#AB2A1E

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

Shades of Fire Brick #AB2A1E

Tints of Fire Brick #AB2A1E

Color information

#AB2A1E (or 0xAB2A1E) is unknown color: approx Fire Brick. HEX triplet: AB, 2A and 1E. RGB value is (171,42,30). Sum of RGB (Red+Green+Blue) = 171+42+30=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A1E is #54D5E1. Grayscale: #4F4F4F. Windows color (decimal): -5559778 or 1977003. OLE color: 1977003.

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

Color convert

RGB1714230-
CMYK00.750.820.33
HSL5.11º70.15%39.41%-
HSV(B)5.11º82.46%67.06%-
XYZ17.8610.412.3-
YUV79.2100.24193.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.37%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 30 (12.11% from 255) = 12.35%
R=70.37%
G=17.28%
B=12.35%

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
Decimal171423000.750.820.335.1170.1539.41
HexAB2A1E04B522154627
Octal2535236011312241510647
Binary10101011101010111100100101110100101000011011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A1E; }

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

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

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

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

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

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

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

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