#AB240A

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

Shades of Fire Brick #AB240A

Tints of Fire Brick #AB240A

Color information

#AB240A (or 0xAB240A) is unknown color: approx Fire Brick. HEX triplet: AB, 24 and 0A. RGB value is (171,36,10). Sum of RGB (Red+Green+Blue) = 171+36+10=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB240A is #54DBF5. Grayscale: #494949. Windows color (decimal): -5561334 or 664747. OLE color: 664747.

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

Color convert

RGB1713610-
CMYK00.790.940.33
HSL9.69º88.95%35.49%-
HSV(B)9.69º94.15%67.06%-
XYZ17.489.941.28-
YUV73.492.23197.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.80%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=78.80%
G=16.59%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171361000.790.940.339.6988.9535.49
HexAB24A04F5E21a5923
Octal25344120117136411213143
Binary10101011100100101001001111101111010000110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB240A; }

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

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

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

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

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

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

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

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