#C35024

Color #C35024 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C35024

Tints of Trinidad #C35024

Color information

#C35024 (or 0xC35024) is unknown color: approx Trinidad. HEX triplet: C3, 50 and 24. RGB value is (195,80,36). Sum of RGB (Red+Green+Blue) = 195+80+36=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C35024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35024 is #3CAFDB. Grayscale: #6D6D6D. Windows color (decimal): -3977180 or 2379971. OLE color: 2379971.

HSL color Cylindrical-coordinate representation of color #C35024: hue angle of 16.6º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C35024 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1958036-
CMYK00.590.820.24
HSL16.6º68.83%45.29%-
HSV(B)16.6º81.54%76.47%-
XYZ25.6917.473.69-
YUV109.3786.6189.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 62.70%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 36 (14.45% from 255) = 11.58%
R=62.70%
G=25.72%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195803600.590.820.2416.668.8345.29
HexC3502403B521811452d
Octal30312044073122302110555
Binary1100001110100001001000111011101001011000100011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35024; }

 p { color: rgb(195,80,36); }

 H1.HeaderClassName
 {
   color: #C35024;
 }
 .AnyTagClassName
 {
   color: #C35024;
 }
</style>
background-color css

<style>
 a { background-color: #C35024; }

 a { background-color: rgb(195,80,36); }

 div.DivClassName
 {
   background-color: #C35024;
 }
 .BgClassName
 {
   background-color: #C35024;
 }
</style>
border-color css

<style>
 span { border-color: #C35024; }

 span { border-color: rgb(195,80,36); }

 td.TdClassName
 {
   border-color: #C35024;
 }
 .TagClassName
 {
   border-color: #C35024;
 }
</style>