#AB2007

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

Shades of Fire Brick #AB2007

Tints of Fire Brick #AB2007

Color information

#AB2007 (or 0xAB2007) is unknown color: approx Fire Brick. HEX triplet: AB, 20 and 07. RGB value is (171,32,7). Sum of RGB (Red+Green+Blue) = 171+32+7=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2007 is #54DFF8. Grayscale: #464646. Windows color (decimal): -5562361 or 467115. OLE color: 467115.

HSL color Cylindrical-coordinate representation of color #AB2007: hue angle of 9.15º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB2007 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB171327-
CMYK00.810.960.33
HSL9.15º92.13%34.9%-
HSV(B)9.15º95.91%67.06%-
XYZ17.359.711.16-
YUV70.7192.05199.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.43%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=81.43%
G=15.24%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17132700.810.960.339.1592.1334.9
HexAB207051602195c23
Octal2534070121140411113443
Binary1010101110000011101010001110000010000110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2007; }

 p { color: rgb(171,32,7); }

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

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

 a { background-color: rgb(171,32,7); }

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

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

 span { border-color: rgb(171,32,7); }

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