#A12218

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

Shades of Fire Brick #A12218

Tints of Fire Brick #A12218

Color information

#A12218 (or 0xA12218) is unknown color: approx Fire Brick. HEX triplet: A1, 22 and 18. RGB value is (161,34,24). Sum of RGB (Red+Green+Blue) = 161+34+24=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A12218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12218 is #5EDDE7. Grayscale: #474747. Windows color (decimal): -6217192 or 1581729. OLE color: 1581729.

HSL color Cylindrical-coordinate representation of color #A12218: hue angle of 4.38º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A12218 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB1613424-
CMYK00.790.850.37
HSL4.38º74.05%36.27%-
HSV(B)4.38º85.09%63.14%-
XYZ15.438.791.75-
YUV70.83101.58192.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.52%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=73.52%
G=15.53%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161342400.790.850.374.3874.0536.27
HexA1221804F552544a24
Octal2414230011712545411244
Binary10100001100010110000100111110101011001011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12218; }

 p { color: rgb(161,34,24); }

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

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

 a { background-color: rgb(161,34,24); }

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

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

 span { border-color: rgb(161,34,24); }

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