#CA5A34

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

Shades of Chilean Fire #CA5A34

Tints of Chilean Fire #CA5A34

Color information

#CA5A34 (or 0xCA5A34) is unknown color: approx Chilean Fire. HEX triplet: CA, 5A and 34. RGB value is (202,90,52). Sum of RGB (Red+Green+Blue) = 202+90+52=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A34 is #35A5CB. Grayscale: #777777. Windows color (decimal): -3515852 or 3431114. OLE color: 3431114.

HSL color Cylindrical-coordinate representation of color #CA5A34: hue angle of 15.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA5A34 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2029052-
CMYK00.550.740.21
HSL15.2º59.06%49.8%-
HSV(B)15.2º74.26%79.22%-
XYZ28.6320.125.62-
YUV119.1690.11187.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=58.72%
G=26.16%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202905200.550.740.2115.259.0649.8
HexCA5A340374A15f3b32
Octal3121326406711225177362
Binary11001010101101011010001101111001010101011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A34; }

 p { color: rgb(202,90,52); }

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

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

 a { background-color: rgb(202,90,52); }

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

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

 span { border-color: rgb(202,90,52); }

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