#AB2911

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

Shades of Fire Brick #AB2911

Tints of Fire Brick #AB2911

Color information

#AB2911 (or 0xAB2911) is unknown color: approx Fire Brick. HEX triplet: AB, 29 and 11. RGB value is (171,41,17). Sum of RGB (Red+Green+Blue) = 171+41+17=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2911 is #54D6EE. Grayscale: #4D4D4D. Windows color (decimal): -5560047 or 1124779. OLE color: 1124779.

HSL color Cylindrical-coordinate representation of color #AB2911: hue angle of 9.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB2911 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1714117-
CMYK00.760.900.33
HSL9.35º81.91%36.86%-
HSV(B)9.35º90.06%67.06%-
XYZ17.6910.281.58-
YUV77.1394.07194.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.67%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=74.67%
G=17.90%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171411700.760.900.339.3581.9136.86
HexAB291104C5A2195225
Octal25351210114132411112245
Binary101010111010011000101001100101101010000110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2911; }

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

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

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

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

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

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

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

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