#A42112

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

Shades of Fire Brick #A42112

Tints of Fire Brick #A42112

Color information

#A42112 (or 0xA42112) is unknown color: approx Fire Brick. HEX triplet: A4, 21 and 12. RGB value is (164,33,18). Sum of RGB (Red+Green+Blue) = 164+33+18=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A42112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42112 is #5BDEED. Grayscale: #464646. Windows color (decimal): -6020846 or 1188260. OLE color: 1188260.

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

Color convert

RGB1643318-
CMYK00.800.890.36
HSL6.16º80.22%35.69%-
HSV(B)6.16º89.02%64.31%-
XYZ15.969.021.47-
YUV70.4698.4194.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 76.28%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=76.28%
G=15.35%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164331800.800.890.366.1680.2235.69
HexA42112050592465024
Octal2444122012013144612044
Binary10100100100001100100101000010110011001001101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42112; }

 p { color: rgb(164,33,18); }

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

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

 a { background-color: rgb(164,33,18); }

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

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

 span { border-color: rgb(164,33,18); }

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