Html Css Color HEX #A03013 Burnt Umber

📋 copy color: '#A03013'

red 160 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #A03013

Tints of Burnt Umber #A03013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 70.48%
G = 21.15%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03013 (or 0xA03013) is known color: Burnt Umber. HEX triplet: A0, 30 and 13. RGB value is (160,48,19). Sum of RGB (Red+Green+Blue) = 160+48+19=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A03013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03013 is #5FCFEC. Grayscale: #4E4E4E. Windows color (decimal): -6279149 or 1257632. OLE color: 1257632.

HSL color Cylindrical-coordinate representation of color #A03013: hue angle of 12.34º 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 #A03013 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 19 -
CMYK 0 0.70 0.88 0.37
HSL 12.34º 0.79% 0.35% -
HSV(B) 12.34º 0.88% 0.63% -
XYZ 15.67 9.63 1.65 -
YUV 78.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 160 48 19 0 0.70 0.88 0.37 12.34 0.79 0.35
Hex A0 30 13 0 46 58 25 C 4F 23
Octal 240 60 23 0 106 130 45 14 117 43
Binary 10100000 110000 10011 0 1000110 1011000 100101 1100 1001111 100011

Color Harmonies of #A03013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03013

Black with #A03013

Text Example


Text Example

White with #A03013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03013; }

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

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

background-color css

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

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

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

border-color css

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

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

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