#AB2B1E

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

Shades of Fire Brick #AB2B1E

Tints of Fire Brick #AB2B1E

Color information

#AB2B1E (or 0xAB2B1E) is unknown color: approx Fire Brick. HEX triplet: AB, 2B and 1E. RGB value is (171,43,30). Sum of RGB (Red+Green+Blue) = 171+43+30=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B1E is #54D4E1. Grayscale: #4F4F4F. Windows color (decimal): -5559522 or 1977259. OLE color: 1977259.

HSL color Cylindrical-coordinate representation of color #AB2B1E: hue angle of 5.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2B1E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1714330-
CMYK00.750.820.33
HSL5.53º70.15%39.41%-
HSV(B)5.53º82.46%67.06%-
XYZ17.8910.482.31-
YUV79.7999.91193.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.08%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=70.08%
G=17.62%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171433000.750.820.335.5370.1539.41
HexAB2B1E04B522164627
Octal2535336011312241610647
Binary10101011101011111100100101110100101000011101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B1E; }

 p { color: rgb(171,43,30); }

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

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

 a { background-color: rgb(171,43,30); }

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

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

 span { border-color: rgb(171,43,30); }

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