Html Css Color HEX #A03115 Burnt Umber

📋 copy color: '#A03115'

red 160 ◦ green 49 ◦ blue 21

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

Shades of Burnt Umber #A03115

Tints of Burnt Umber #A03115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 69.57%
G = 21.3%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A03115 (or 0xA03115) is known color: Burnt Umber. HEX triplet: A0, 31 and 15. RGB value is (160,49,21). Sum of RGB (Red+Green+Blue) = 160+49+21=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03115 is #5FCEEA. Grayscale: #4F4F4F. Windows color (decimal): -6278891 or 1388960. OLE color: 1388960.

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

Color convert

RGB 160 49 21 -
CMYK 0 0.69 0.87 0.37
HSL 12.09º 0.77% 0.35% -
HSV(B) 12.09º 0.87% 0.63% -
XYZ 15.73 9.72 1.76 -
YUV 79 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 160 49 21 0 0.69 0.87 0.37 12.09 0.77 0.35
Hex A0 31 15 0 45 57 25 C 4D 23
Octal 240 61 25 0 105 127 45 14 115 43
Binary 10100000 110001 10101 0 1000101 1010111 100101 1100 1001101 100011

Color Harmonies of #A03115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03115

Black with #A03115

Text Example


Text Example

White with #A03115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03115; }

 p { color: rgb(160,49,21); }

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

background-color css

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

 a { background-color: rgb(160,49,21); }

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

border-color css

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

 span { border-color: rgb(160,49,21); }

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