#AB2413

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

Shades of Fire Brick #AB2413

Tints of Fire Brick #AB2413

Color information

#AB2413 (or 0xAB2413) is unknown color: approx Fire Brick. HEX triplet: AB, 24 and 13. RGB value is (171,36,19). Sum of RGB (Red+Green+Blue) = 171+36+19=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2413 is #54DBEC. Grayscale: #4A4A4A. Windows color (decimal): -5561325 or 1254571. OLE color: 1254571.

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

Color convert

RGB1713619-
CMYK00.790.890.33
HSL6.71º80%37.25%-
HSV(B)6.71º88.89%67.06%-
XYZ17.549.971.62-
YUV74.4396.73196.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.66%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=75.66%
G=15.93%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171361900.790.890.336.718037.25
HexAB241304F592175025
Octal2534423011713141712045
Binary10101011100100100110100111110110011000011111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2413; }

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

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

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

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

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

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

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

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