#A61010

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

Shades of Fire Brick #A61010

Tints of Fire Brick #A61010

Color information

#A61010 (or 0xA61010) is unknown color: approx Fire Brick. HEX triplet: A6, 10 and 10. RGB value is (166,16,16). Sum of RGB (Red+Green+Blue) = 166+16+16=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A61010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61010 is #59EFEF. Grayscale: #3C3C3C. Windows color (decimal): -5894128 or 1052838. OLE color: 1052838.

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

Color convert

RGB1661616-
CMYK00.900.900.35
HSL82.42%35.69%-
HSV(B)90.36%65.1%-
XYZ168.511.29-
YUV60.85102.7203-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 83.84%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=83.84%
G=8.08%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166161600.900.900.35082.4235.69
HexA6101005A5A2305224
Octal2462020013213243012244
Binary10100110100001000001011010101101010001101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61010; }

 p { color: rgb(166,16,16); }

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

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

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

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

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

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

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