#A82412

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

Shades of Fire Brick #A82412

Tints of Fire Brick #A82412

Color information

#A82412 (or 0xA82412) is unknown color: approx Fire Brick. HEX triplet: A8, 24 and 12. RGB value is (168,36,18). Sum of RGB (Red+Green+Blue) = 168+36+18=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A82412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82412 is #57DBED. Grayscale: #494949. Windows color (decimal): -5757934 or 1189032. OLE color: 1189032.

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

Color convert

RGB1683618-
CMYK00.790.890.34
HSL7.2º80.65%36.47%-
HSV(B)7.2º89.29%65.88%-
XYZ16.899.631.54-
YUV73.4296.73195.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.68%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=75.68%
G=16.22%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168361800.790.890.347.280.6536.47
HexA8241204F592275124
Octal2504422011713142712144
Binary10101000100100100100100111110110011000101111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82412; }

 p { color: rgb(168,36,18); }

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

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

 a { background-color: rgb(168,36,18); }

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

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

 span { border-color: rgb(168,36,18); }

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