#A2240E

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

Shades of Fire Brick #A2240E

Tints of Fire Brick #A2240E

Color information

#A2240E (or 0xA2240E) is unknown color: approx Fire Brick. HEX triplet: A2, 24 and 0E. RGB value is (162,36,14). Sum of RGB (Red+Green+Blue) = 162+36+14=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2240E is #5DDBF1. Grayscale: #474747. Windows color (decimal): -6151154 or 926882. OLE color: 926882.

HSL color Cylindrical-coordinate representation of color #A2240E: hue angle of 8.92º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2240E is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1623614-
CMYK00.780.910.36
HSL8.92º84.09%34.51%-
HSV(B)8.92º91.36%63.53%-
XYZ15.618.971.33-
YUV71.1795.74192.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.42%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=76.42%
G=16.98%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162361400.780.910.368.9284.0934.51
HexA224E04E5B2495423
Octal24244160116133441112443
Binary10100010100100111001001110101101110010010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2240E; }

 p { color: rgb(162,36,14); }

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

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

 a { background-color: rgb(162,36,14); }

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

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

 span { border-color: rgb(162,36,14); }

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