#AB2D13

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

Shades of Fire Brick #AB2D13

Tints of Fire Brick #AB2D13

Color information

#AB2D13 (or 0xAB2D13) is unknown color: approx Fire Brick. HEX triplet: AB, 2D and 13. RGB value is (171,45,19). Sum of RGB (Red+Green+Blue) = 171+45+19=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D13 is #54D2EC. Grayscale: #4F4F4F. Windows color (decimal): -5559021 or 1256875. OLE color: 1256875.

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

Color convert

RGB1714519-
CMYK00.740.890.33
HSL10.26º80%37.25%-
HSV(B)10.26º88.89%67.06%-
XYZ17.8510.581.72-
YUV79.7193.74193.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.77%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=72.77%
G=19.15%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171451900.740.890.3310.268037.25
HexAB2D1304A5921a5025
Octal25355230112131411212045
Binary101010111011011001101001010101100110000110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2D13; }

 p { color: rgb(171,45,19); }

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

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

 a { background-color: rgb(171,45,19); }

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

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

 span { border-color: rgb(171,45,19); }

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