Html Css Color HEX #A03213 Burnt Umber

📋 copy color: '#A03213'

red 160 ◦ green 50 ◦ blue 19

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

Shades of Burnt Umber #A03213

Tints of Burnt Umber #A03213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 69.87%
G = 21.83%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03213 (or 0xA03213) is known color: Burnt Umber. HEX triplet: A0, 32 and 13. RGB value is (160,50,19). Sum of RGB (Red+Green+Blue) = 160+50+19=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A03213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03213 is #5FCDEC. Grayscale: #4F4F4F. Windows color (decimal): -6278637 or 1258144. OLE color: 1258144.

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

Color convert

RGB 160 50 19 -
CMYK 0 0.69 0.88 0.37
HSL 13.19º 0.79% 0.35% -
HSV(B) 13.19º 0.88% 0.63% -
XYZ 15.76 9.8 1.68 -
YUV 79.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 160 50 19 0 0.69 0.88 0.37 13.19 0.79 0.35
Hex A0 32 13 0 45 58 25 D 4F 23
Octal 240 62 23 0 105 130 45 15 117 43
Binary 10100000 110010 10011 0 1000101 1011000 100101 1101 1001111 100011

Color Harmonies of #A03213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03213

Black with #A03213

Text Example


Text Example

White with #A03213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03213; }

 p { color: rgb(160,50,19); }

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

background-color css

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

 a { background-color: rgb(160,50,19); }

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

border-color css

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

 span { border-color: rgb(160,50,19); }

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