#A32212

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

Shades of Fire Brick #A32212

Tints of Fire Brick #A32212

Color information

#A32212 (or 0xA32212) is unknown color: approx Fire Brick. HEX triplet: A3, 22 and 12. RGB value is (163,34,18). Sum of RGB (Red+Green+Blue) = 163+34+18=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A32212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32212 is #5CDDED. Grayscale: #464646. Windows color (decimal): -6086126 or 1188515. OLE color: 1188515.

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

Color convert

RGB1633418-
CMYK00.790.890.36
HSL6.62º80.11%35.49%-
HSV(B)6.62º88.96%63.92%-
XYZ15.798.971.47-
YUV70.7598.24193.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.81%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=75.81%
G=15.81%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163341800.790.890.366.6280.1135.49
HexA3221204F592475023
Octal2434222011713144712043
Binary10100011100010100100100111110110011001001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32212; }

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

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

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

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

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

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

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

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