Html Css Color HEX #A02C10 Burnt Umber

📋 copy color: '#A02C10'

red 160 ◦ green 44 ◦ blue 16

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

Shades of Burnt Umber #A02C10

Tints of Burnt Umber #A02C10

RGB

 RED value IS 160 (62.89% from 255) = 72.73%

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 72.73%
G = 20%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A02C10 (or 0xA02C10) is known color: Burnt Umber. HEX triplet: A0, 2C and 10. RGB value is (160,44,16). Sum of RGB (Red+Green+Blue) = 160+44+16=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C10 is #5FD3EF. Grayscale: #4B4B4B. Windows color (decimal): -6280176 or 1060000. OLE color: 1060000.

HSL color Cylindrical-coordinate representation of color #A02C10: hue angle of 11.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A02C10 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 16 -
CMYK 0 0.72 0.9 0.37
HSL 11.67º 0.82% 0.35% -
HSV(B) 11.67º 0.9% 0.63% -
XYZ 15.49 9.31 1.47 -
YUV 75.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 160 44 16 0 0.72 0.9 0.37 11.67 0.82 0.35
Hex A0 2C 10 0 48 5A 25 C 52 23
Octal 240 54 20 0 110 132 45 14 122 43
Binary 10100000 101100 10000 0 1001000 1011010 100101 1100 1010010 100011

Color Harmonies of #A02C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C10

Black with #A02C10

Text Example


Text Example

White with #A02C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C10; }

 p { color: rgb(160,44,16); }

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

background-color css

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

 a { background-color: rgb(160,44,16); }

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

border-color css

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

 span { border-color: rgb(160,44,16); }

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