#AB2B10

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

Shades of Fire Brick #AB2B10

Tints of Fire Brick #AB2B10

Color information

#AB2B10 (or 0xAB2B10) is unknown color: approx Fire Brick. HEX triplet: AB, 2B and 10. RGB value is (171,43,16). Sum of RGB (Red+Green+Blue) = 171+43+16=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B10 is #54D4EF. Grayscale: #4E4E4E. Windows color (decimal): -5559536 or 1059755. OLE color: 1059755.

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

Color convert

RGB1714316-
CMYK00.750.910.33
HSL10.45º82.89%36.67%-
HSV(B)10.45º90.64%67.06%-
XYZ17.7510.421.57-
YUV78.1992.91194.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.35%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=74.35%
G=18.70%
B=6.96%

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
Decimal171431600.750.910.3310.4582.8936.67
HexAB2B1004B5B21a5325
Octal25353200113133411212345
Binary101010111010111000001001011101101110000110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B10; }

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

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

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

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

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

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

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

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