Html Css Color HEX #A01211 Fire Brick

📋 copy color: '#A01211'

red 160 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #A01211

Tints of Fire Brick #A01211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 82.05%
G = 9.23%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01211 (or 0xA01211) is known color: Fire Brick. HEX triplet: A0, 12 and 11. RGB value is (160,18,17). Sum of RGB (Red+Green+Blue) = 160+18+17=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A01211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01211 is #5FEDEE. Grayscale: #3C3C3C. Windows color (decimal): -6286831 or 1118880. OLE color: 1118880.

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

Color convert

RGB 160 18 17 -
CMYK 0 0.89 0.89 0.37
HSL 0.42º 0.81% 0.35% -
HSV(B) 0.42º 0.89% 0.63% -
XYZ 14.81 7.95 1.28 -
YUV 60.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 160 18 17 0 0.89 0.89 0.37 0.42 0.81 0.35
Hex A0 12 11 0 59 59 25 0 51 23
Octal 240 22 21 0 131 131 45 0 121 43
Binary 10100000 10010 10001 0 1011001 1011001 100101 0 1010001 100011

Color Harmonies of #A01211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01211

Black with #A01211

Text Example


Text Example

White with #A01211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01211; }

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

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

background-color css

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

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

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

border-color css

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

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

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