#AB1A0B

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

Shades of Fire Brick #AB1A0B

Tints of Fire Brick #AB1A0B

Color information

#AB1A0B (or 0xAB1A0B) is unknown color: approx Fire Brick. HEX triplet: AB, 1A and 0B. RGB value is (171,26,11). Sum of RGB (Red+Green+Blue) = 171+26+11=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A0B is #54E5F4. Grayscale: #434343. Windows color (decimal): -5563893 or 727723. OLE color: 727723.

HSL color Cylindrical-coordinate representation of color #AB1A0B: hue angle of 5.62º 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 #AB1A0B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1712611-
CMYK00.850.940.33
HSL5.62º87.91%35.69%-
HSV(B)5.62º93.57%67.06%-
XYZ17.229.421.23-
YUV67.6496.04201.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.21%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=82.21%
G=12.5%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171261100.850.940.335.6287.9135.69
HexAB1AB0555E2165824
Octal2533213012513641613044
Binary101010111101010110101010110111101000011101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A0B; }

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

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

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

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

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

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

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

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