#A42312

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

Shades of Fire Brick #A42312

Tints of Fire Brick #A42312

Color information

#A42312 (or 0xA42312) is unknown color: approx Fire Brick. HEX triplet: A4, 23 and 12. RGB value is (164,35,18). Sum of RGB (Red+Green+Blue) = 164+35+18=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A42312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42312 is #5BDCED. Grayscale: #474747. Windows color (decimal): -6020334 or 1188772. OLE color: 1188772.

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

Color convert

RGB1643518-
CMYK00.790.890.36
HSL6.99º80.22%35.69%-
HSV(B)6.99º89.02%64.31%-
XYZ16.029.141.49-
YUV71.6397.74193.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.58%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=75.58%
G=16.13%
B=8.29%

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
Decimal164351800.790.890.366.9980.2235.69
HexA4231204F592475024
Octal2444322011713144712044
Binary10100100100011100100100111110110011001001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42312; }

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

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

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

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

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

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

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

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