#A62616

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

Shades of Fire Brick #A62616

Tints of Fire Brick #A62616

Color information

#A62616 (or 0xA62616) is unknown color: approx Fire Brick. HEX triplet: A6, 26 and 16. RGB value is (166,38,22). Sum of RGB (Red+Green+Blue) = 166+38+22=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A62616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62616 is #59D9E9. Grayscale: #4A4A4A. Windows color (decimal): -5888490 or 1451686. OLE color: 1451686.

HSL color Cylindrical-coordinate representation of color #A62616: hue angle of 6.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A62616 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1663822-
CMYK00.770.870.35
HSL6.67º76.6%36.86%-
HSV(B)6.67º86.75%65.1%-
XYZ16.569.551.73-
YUV74.4598.41193.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.45%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=73.45%
G=16.81%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166382200.770.870.356.6776.636.86
HexA6261604D572374d25
Octal2464626011512743711545
Binary10100110100110101100100110110101111000111111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62616; }

 p { color: rgb(166,38,22); }

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

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

 a { background-color: rgb(166,38,22); }

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

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

 span { border-color: rgb(166,38,22); }

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