#A32218

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

Shades of Fire Brick #A32218

Tints of Fire Brick #A32218

Color information

#A32218 (or 0xA32218) is unknown color: approx Fire Brick. HEX triplet: A3, 22 and 18. RGB value is (163,34,24). Sum of RGB (Red+Green+Blue) = 163+34+24=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32218 is #5CDDE7. Grayscale: #474747. Windows color (decimal): -6086120 or 1581731. OLE color: 1581731.

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

Color convert

RGB1633424-
CMYK00.790.850.36
HSL4.32º74.33%36.67%-
HSV(B)4.32º85.28%63.92%-
XYZ15.8491.77-
YUV71.43101.24193.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 73.76%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=73.76%
G=15.38%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163342400.790.850.364.3274.3336.67
HexA3221804F552444a25
Octal2434230011712544411245
Binary10100011100010110000100111110101011001001001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32218; }

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

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

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

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

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

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

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

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