#AB160C

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

Shades of Fire Brick #AB160C

Tints of Fire Brick #AB160C

Color information

#AB160C (or 0xAB160C) is unknown color: approx Fire Brick. HEX triplet: AB, 16 and 0C. RGB value is (171,22,12). Sum of RGB (Red+Green+Blue) = 171+22+12=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB160C is #54E9F3. Grayscale: #414141. Windows color (decimal): -5564916 or 792235. OLE color: 792235.

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

Color convert

RGB1712212-
CMYK00.870.930.33
HSL3.77º86.89%35.88%-
HSV(B)3.77º92.98%67.06%-
XYZ17.159.261.23-
YUV65.4197.86203.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 83.41%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=83.41%
G=10.73%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171221200.870.930.333.7786.8935.88
HexAB16C0575D2145724
Octal2532614012713541412744
Binary101010111011011000101011110111011000011001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB160C; }

 p { color: rgb(171,22,12); }

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

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

 a { background-color: rgb(171,22,12); }

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

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

 span { border-color: rgb(171,22,12); }

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