#A32312

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

Shades of Fire Brick #A32312

Tints of Fire Brick #A32312

Color information

#A32312 (or 0xA32312) is unknown color: approx Fire Brick. HEX triplet: A3, 23 and 12. RGB value is (163,35,18). Sum of RGB (Red+Green+Blue) = 163+35+18=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A32312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32312 is #5CDCED. Grayscale: #474747. Windows color (decimal): -6085870 or 1188771. OLE color: 1188771.

HSL color Cylindrical-coordinate representation of color #A32312: hue angle of 7.03º 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 #A32312 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1633518-
CMYK00.790.890.36
HSL7.03º80.11%35.49%-
HSV(B)7.03º88.96%63.92%-
XYZ15.819.031.48-
YUV71.3397.91193.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.46%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=75.46%
G=16.20%
B=8.33%

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
Decimal163351800.790.890.367.0380.1135.49
HexA3231204F592475023
Octal2434322011713144712043
Binary10100011100011100100100111110110011001001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32312; }

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

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

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

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

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

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

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

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