Html Css Color HEX #CA4A0A Tenne (Tawny)

📋 copy color: '#CA4A0A'

red 202 ◦ green 74 ◦ blue 10

#CA4A0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CA4A0A

Tints of Tenne (Tawny) #CA4A0A

RGB

 RED value IS 202 (79.3% from 255) = 70.63%

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 70.63%
G = 25.87%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA4A0A (or 0xCA4A0A) is known color: Tenne (Tawny). HEX triplet: CA, 4A and 0A. RGB value is (202,74,10). Sum of RGB (Red+Green+Blue) = 202+74+10=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A0A is #35B5F5. Grayscale: #696969. Windows color (decimal): -3519990 or 674506. OLE color: 674506.

HSL color Cylindrical-coordinate representation of color #CA4A0A: hue angle of 20º degrees, saturation: 0.91, 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 #CA4A0A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 74 10 -
CMYK 0 0.63 0.95 0.21
HSL 20º 0.91% 0.42% -
HSV(B) 20º 0.95% 0.79% -
XYZ 26.86 17.48 2.24 -
YUV 104.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 202 74 10 0 0.63 0.95 0.21 20 0.91 0.42
Hex CA 4A A 0 3F 5F 15 14 5B 2A
Octal 312 112 12 0 77 137 25 24 133 52
Binary 11001010 1001010 1010 0 111111 1011111 10101 10100 1011011 101010

Color Harmonies of #CA4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A0A

Black with #CA4A0A

Text Example


Text Example

White with #CA4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A0A; }

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

 H1.HeaderClassName
 {
   color: #CA4A0A;
 }
 .AnyTagClassName
 {
   color: #CA4A0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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