#ab1d0b

Color #AB1D0B Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AB1D0B

Tints of Fire Brick #AB1D0B

Color information

#AB1D0B (or 0xAB1D0B) is unknown color: approx Fire Brick. HEX triplet: AB, 1D and 0B. RGB value is (171,29,11). Sum of RGB (Red+Green+Blue) = 171+29+11=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D0B is #54E2F4. Grayscale: #454545. Windows color (decimal): -5563125 or 728491. OLE color: 728491.

HSL color Cylindrical-coordinate representation of color #AB1D0B: hue angle of 6.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB1D0B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1712911-
CMYK00.830.940.33
HSL6.75º87.91%35.69%-
HSV(B)6.75º93.57%67.06%-
XYZ17.299.561.25-
YUV69.4195.04200.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.04%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=81.04%
G=13.74%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171291100.830.940.336.7587.9135.69
HexAB1DB0535E2175824
Octal2533513012313641713044
Binary101010111110110110101001110111101000011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1d0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1d0b; }

 p { color: rgb(171,29,11); }

 H1.HeaderClassName
 {
   color: #ab1d0b;
 }
 .AnyTagClassName
 {
   color: #ab1d0b;
 }
</style>
background-color css

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

 a { background-color: rgb(171,29,11); }

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

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

 span { border-color: rgb(171,29,11); }

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