Html Css Color HEX #AB1211 Fire Brick

📋 copy color: '#AB1211'

red 171 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #AB1211

Tints of Fire Brick #AB1211

RGB

 RED value IS 171 (67.19% from 255) = 83.01%

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

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

R = 83.01%
G = 8.74%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB1211 (or 0xAB1211) is known color: Fire Brick. HEX triplet: AB, 12 and 11. RGB value is (171,18,17). Sum of RGB (Red+Green+Blue) = 171+18+17=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1211 is #54EDEE. Grayscale: #3F3F3F. Windows color (decimal): -5565935 or 1118891. OLE color: 1118891.

HSL color Cylindrical-coordinate representation of color #AB1211: hue angle of 0.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1211 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 17 -
CMYK 0 0.89 0.90 0.33
HSL 0.39º 0.82% 0.37% -
HSV(B) 0.39º 0.9% 0.67% -
XYZ 17.11 9.13 1.39 -
YUV 63.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 171 18 17 0 0.89 0.90 0.33 0.39 0.82 0.37
Hex AB 12 11 0 59 5A 21 0 52 25
Octal 253 22 21 0 131 132 41 0 122 45
Binary 10101011 10010 10001 0 1011001 1011010 100001 0 1010010 100101

Color Harmonies of #AB1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1211

Black with #AB1211

Text Example


Text Example

White with #AB1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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