#ca5c2a

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

Shades of Chilean Fire #CA5C2A

Tints of Chilean Fire #CA5C2A

Color information

#CA5C2A (or 0xCA5C2A) is unknown color: approx Chilean Fire. HEX triplet: CA, 5C and 2A. RGB value is (202,92,42). Sum of RGB (Red+Green+Blue) = 202+92+42=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C2A is #35A3D5. Grayscale: #777777. Windows color (decimal): -3515350 or 2776266. OLE color: 2776266.

HSL color Cylindrical-coordinate representation of color #CA5C2A: hue angle of 18.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA5C2A is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2029242-
CMYK00.540.790.21
HSL18.75º65.57%47.84%-
HSV(B)18.75º79.21%79.22%-
XYZ28.620.384.62-
YUV119.1984.44187.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=60.12%
G=27.38%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202924200.540.790.2118.7565.5747.84
HexCA5C2A0364F15134230
Octal31213452066117252310260
Binary1100101010111001010100110110100111110101100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5c2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5c2a; }

 p { color: rgb(202,92,42); }

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

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

 a { background-color: rgb(202,92,42); }

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

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

 span { border-color: rgb(202,92,42); }

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