#AB2A10

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

Shades of Fire Brick #AB2A10

Tints of Fire Brick #AB2A10

Color information

#AB2A10 (or 0xAB2A10) is unknown color: approx Fire Brick. HEX triplet: AB, 2A and 10. RGB value is (171,42,16). Sum of RGB (Red+Green+Blue) = 171+42+16=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A10 is #54D5EF. Grayscale: #4D4D4D. Windows color (decimal): -5559792 or 1059499. OLE color: 1059499.

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

Color convert

RGB1714216-
CMYK00.750.910.33
HSL10.06º82.89%36.67%-
HSV(B)10.06º90.64%67.06%-
XYZ17.7210.351.55-
YUV77.6193.24194.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.67%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 16 (6.64% from 255) = 6.99%
R=74.67%
G=18.34%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171421600.750.910.3310.0682.8936.67
HexAB2A1004B5B21a5325
Octal25352200113133411212345
Binary101010111010101000001001011101101110000110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A10; }

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

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

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

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

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

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

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

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