#CA4A4A

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

Shades of Sunset #CA4A4A

Tints of Sunset #CA4A4A

Color information

#CA4A4A (or 0xCA4A4A) is unknown color: approx Sunset. HEX triplet: CA, 4A and 4A. RGB value is (202,74,74). Sum of RGB (Red+Green+Blue) = 202+74+74=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A4A is #35B5B5. Grayscale: #707070. Windows color (decimal): -3519926 or 4868810. OLE color: 4868810.

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

Color convert

RGB2027474-
CMYK00.630.630.21
HSL54.7%54.12%-
HSV(B)63.37%79.22%-
XYZ28.0417.958.47-
YUV112.27106.41192-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=57.71%
G=21.14%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202747400.630.630.21054.754.12
HexCA4A4A03F3F1503736
Octal312112112077772506766
Binary11001010100101010010100111111111111101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A4A; }

 p { color: rgb(202,74,74); }

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

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

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

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

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

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

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