#CA562A

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

Shades of Chilean Fire #CA562A

Tints of Chilean Fire #CA562A

Color information

#CA562A (or 0xCA562A) is unknown color: approx Chilean Fire. HEX triplet: CA, 56 and 2A. RGB value is (202,86,42). Sum of RGB (Red+Green+Blue) = 202+86+42=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA562A is #35A9D5. Grayscale: #737373. Windows color (decimal): -3516886 or 2774730. OLE color: 2774730.

HSL color Cylindrical-coordinate representation of color #CA562A: hue angle of 16.5º 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 #CA562A is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2028642-
CMYK00.570.790.21
HSL16.5º65.57%47.84%-
HSV(B)16.5º79.21%79.22%-
XYZ28.119.384.45-
YUV115.6786.43189.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 42 (16.80% from 255) = 12.73%
R=61.21%
G=26.06%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202864200.570.790.2116.565.5747.84
HexCA562A0394F15104230
Octal31212652071117252010260
Binary1100101010101101010100111001100111110101100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA562A; }

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

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

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

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

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

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

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

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