#A32215

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

Shades of Fire Brick #A32215

Tints of Fire Brick #A32215

Color information

#A32215 (or 0xA32215) is unknown color: approx Fire Brick. HEX triplet: A3, 22 and 15. RGB value is (163,34,21). Sum of RGB (Red+Green+Blue) = 163+34+21=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32215 is #5CDDEA. Grayscale: #474747. Windows color (decimal): -6086123 or 1385123. OLE color: 1385123.

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

Color convert

RGB1633421-
CMYK00.790.870.36
HSL5.49º77.17%36.08%-
HSV(B)5.49º87.12%63.92%-
XYZ15.818.981.61-
YUV71.0999.74193.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.77%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=74.77%
G=15.60%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163342100.790.870.365.4977.1736.08
HexA3221504F572454d24
Octal2434225011712744511544
Binary10100011100010101010100111110101111001001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32215; }

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

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

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

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

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

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

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

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