#A9240B

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

Shades of Fire Brick #A9240B

Tints of Fire Brick #A9240B

Color information

#A9240B (or 0xA9240B) is unknown color: approx Fire Brick. HEX triplet: A9, 24 and 0B. RGB value is (169,36,11). Sum of RGB (Red+Green+Blue) = 169+36+11=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A9240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9240B is #56DBF4. Grayscale: #494949. Windows color (decimal): -5692405 or 730281. OLE color: 730281.

HSL color Cylindrical-coordinate representation of color #A9240B: hue angle of 9.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9240B is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1693611-
CMYK00.790.930.34
HSL9.49º87.78%35.29%-
HSV(B)9.49º93.49%66.27%-
XYZ17.059.721.29-
YUV72.9293.06196.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 78.24%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=78.24%
G=16.67%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169361100.790.930.349.4987.7835.29
HexA924B04F5D2295823
Octal25144130117135421113043
Binary10101001100100101101001111101110110001010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9240B; }

 p { color: rgb(169,36,11); }

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

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

 a { background-color: rgb(169,36,11); }

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

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

 span { border-color: rgb(169,36,11); }

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