#AB1E00

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

Shades of Fire Brick #AB1E00

Tints of Fire Brick #AB1E00

Color information

#AB1E00 (or 0xAB1E00) is unknown color: approx Fire Brick. HEX triplet: AB, 1E and 00. RGB value is (171,30,0). Sum of RGB (Red+Green+Blue) = 171+30+0=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E00 is #54E1FF. Grayscale: #454545. Windows color (decimal): -5562880 or 7851. OLE color: 7851.

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

Color convert

RGB171300-
CMYK00.8210.33
HSL10.53º100%33.53%-
HSV(B)10.53º100%67.06%-
XYZ17.269.590.94-
YUV68.7489.21200.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 85.07%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.07%
G=14.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17130000.8210.3310.5310033.53
HexAB1E00526421b6422
Octal2533600122144411314442
Binary1010101111110001010010110010010000110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E00; }

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

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

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

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

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

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

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

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