#AB1E05

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

Shades of Fire Brick #AB1E05

Tints of Fire Brick #AB1E05

Color information

#AB1E05 (or 0xAB1E05) is unknown color: approx Fire Brick. HEX triplet: AB, 1E and 05. RGB value is (171,30,5). Sum of RGB (Red+Green+Blue) = 171+30+5=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E05 is #54E1FA. Grayscale: #454545. Windows color (decimal): -5562875 or 335531. OLE color: 335531.

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

Color convert

RGB171305-
CMYK00.820.970.33
HSL9.04º94.32%34.51%-
HSV(B)9.04º97.08%67.06%-
XYZ17.299.61.08-
YUV69.3191.71200.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 83.01%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=83.01%
G=14.56%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17130500.820.970.339.0494.3234.51
HexAB1E5052612195e23
Octal2533650122141411113643
Binary101010111111010101010010110000110000110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E05; }

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

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

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

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

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

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

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

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