#A61412

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

Shades of Fire Brick #A61412

Tints of Fire Brick #A61412

Color information

#A61412 (or 0xA61412) is unknown color: approx Fire Brick. HEX triplet: A6, 14 and 12. RGB value is (166,20,18). Sum of RGB (Red+Green+Blue) = 166+20+18=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A61412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61412 is #59EBED. Grayscale: #3F3F3F. Windows color (decimal): -5893102 or 1184934. OLE color: 1184934.

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

Color convert

RGB1662018-
CMYK00.880.890.35
HSL0.81º80.43%36.08%-
HSV(B)0.81º89.16%65.1%-
XYZ16.098.651.39-
YUV63.43102.37201.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 81.37%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=81.37%
G=9.80%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166201800.880.890.350.8180.4336.08
HexA61412058592315024
Octal2462422013013143112044
Binary10100110101001001001011000101100110001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61412; }

 p { color: rgb(166,20,18); }

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

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

 a { background-color: rgb(166,20,18); }

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

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

 span { border-color: rgb(166,20,18); }

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