#AB1E02

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

Shades of Fire Brick #AB1E02

Tints of Fire Brick #AB1E02

Color information

#AB1E02 (or 0xAB1E02) is unknown color: approx Fire Brick. HEX triplet: AB, 1E and 02. RGB value is (171,30,2). Sum of RGB (Red+Green+Blue) = 171+30+2=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E02 is #54E1FD. Grayscale: #454545. Windows color (decimal): -5562878 or 138923. OLE color: 138923.

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

Color convert

RGB171302-
CMYK00.820.990.33
HSL9.94º97.69%33.92%-
HSV(B)9.94º98.83%67.06%-
XYZ17.279.591-
YUV68.9790.21200.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 84.24%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=84.24%
G=14.78%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17130200.820.990.339.9497.6933.92
HexAB1E20526321a6222
Octal2533620122143411214242
Binary10101011111101001010010110001110000110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E02; }

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

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

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

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

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

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

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

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