Html Css Color HEX #A02011 Fire Brick

📋 copy color: '#A02011'

red 160 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #A02011

Tints of Fire Brick #A02011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 17 (7.03% from 255) = 8.13%

R = 76.56%
G = 15.31%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A02011 (or 0xA02011) is known color: Fire Brick. HEX triplet: A0, 20 and 11. RGB value is (160,32,17). Sum of RGB (Red+Green+Blue) = 160+32+17=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02011 is #5FDFEE. Grayscale: #444444. Windows color (decimal): -6283247 or 1122464. OLE color: 1122464.

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

Color convert

RGB 160 32 17 -
CMYK 0 0.80 0.89 0.37
HSL 6.29º 0.81% 0.35% -
HSV(B) 6.29º 0.89% 0.63% -
XYZ 15.11 8.55 1.38 -
YUV 68.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 160 32 17 0 0.80 0.89 0.37 6.29 0.81 0.35
Hex A0 20 11 0 50 59 25 6 51 23
Octal 240 40 21 0 120 131 45 6 121 43
Binary 10100000 100000 10001 0 1010000 1011001 100101 110 1010001 100011

Color Harmonies of #A02011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02011

Black with #A02011

Text Example


Text Example

White with #A02011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02011; }

 p { color: rgb(160,32,17); }

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

background-color css

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

 a { background-color: rgb(160,32,17); }

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

border-color css

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

 span { border-color: rgb(160,32,17); }

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