#A32116

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

Shades of Fire Brick #A32116

Tints of Fire Brick #A32116

Color information

#A32116 (or 0xA32116) is unknown color: approx Fire Brick. HEX triplet: A3, 21 and 16. RGB value is (163,33,22). Sum of RGB (Red+Green+Blue) = 163+33+22=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32116 is #5CDEE9. Grayscale: #464646. Windows color (decimal): -6086378 or 1450403. OLE color: 1450403.

HSL color Cylindrical-coordinate representation of color #A32116: hue angle of 4.68º degrees, saturation: 0.76, 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 #A32116 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1633322-
CMYK00.800.870.36
HSL4.68º76.22%36.27%-
HSV(B)4.68º86.5%63.92%-
XYZ15.798.931.65-
YUV70.62100.57193.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.77%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=74.77%
G=15.14%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163332200.800.870.364.6876.2236.27
HexA32116050572454c24
Octal2434126012012744511444
Binary10100011100001101100101000010101111001001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32116; }

 p { color: rgb(163,33,22); }

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

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

 a { background-color: rgb(163,33,22); }

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

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

 span { border-color: rgb(163,33,22); }

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