#CA4B0B

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

Shades of Tenne (Tawny) #CA4B0B

Tints of Tenne (Tawny) #CA4B0B

Color information

#CA4B0B (or 0xCA4B0B) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 4B and 0B. RGB value is (202,75,11). Sum of RGB (Red+Green+Blue) = 202+75+11=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4B0B is #35B4F4. Grayscale: #6A6A6A. Windows color (decimal): -3519733 or 740298. OLE color: 740298.

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

Color convert

RGB2027511-
CMYK00.630.950.21
HSL20.1º89.67%41.76%-
HSV(B)20.1º94.55%79.22%-
XYZ26.9317.612.3-
YUV105.6874.58196.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.14%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 11 (4.69% from 255) = 3.82%
R=70.14%
G=26.04%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202751100.630.950.2120.189.6741.76
HexCA4BB03F5F15145a2a
Octal31211313077137252413252
Binary11001010100101110110111111101111110101101001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B0B; }

 p { color: rgb(202,75,11); }

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

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

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

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

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

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

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