#AB170A

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

Shades of Fire Brick #AB170A

Tints of Fire Brick #AB170A

Color information

#AB170A (or 0xAB170A) is unknown color: approx Fire Brick. HEX triplet: AB, 17 and 0A. RGB value is (171,23,10). Sum of RGB (Red+Green+Blue) = 171+23+10=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB170A is #54E8F5. Grayscale: #414141. Windows color (decimal): -5564662 or 661419. OLE color: 661419.

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

Color convert

RGB1712310-
CMYK00.870.940.33
HSL4.84º88.95%35.49%-
HSV(B)4.84º94.15%67.06%-
XYZ17.169.291.18-
YUV65.7796.53203.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 83.82%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=83.82%
G=11.27%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171231000.870.940.334.8488.9535.49
HexAB17A0575E2155923
Octal2532712012713641513143
Binary101010111011110100101011110111101000011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB170A; }

 p { color: rgb(171,23,10); }

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

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

 a { background-color: rgb(171,23,10); }

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

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

 span { border-color: rgb(171,23,10); }

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