#AB2912

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

Shades of Fire Brick #AB2912

Tints of Fire Brick #AB2912

Color information

#AB2912 (or 0xAB2912) is unknown color: approx Fire Brick. HEX triplet: AB, 29 and 12. RGB value is (171,41,18). Sum of RGB (Red+Green+Blue) = 171+41+18=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2912 is #54D6ED. Grayscale: #4D4D4D. Windows color (decimal): -5560046 or 1190315. OLE color: 1190315.

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

Color convert

RGB1714118-
CMYK00.760.890.33
HSL9.02º80.95%37.06%-
HSV(B)9.02º89.47%67.06%-
XYZ17.710.291.63-
YUV77.2594.57194.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.35%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=74.35%
G=17.83%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171411800.760.890.339.0280.9537.06
HexAB291204C592195125
Octal25351220114131411112145
Binary101010111010011001001001100101100110000110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2912; }

 p { color: rgb(171,41,18); }

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

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

 a { background-color: rgb(171,41,18); }

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

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

 span { border-color: rgb(171,41,18); }

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