#A61C11

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

Shades of Fire Brick #A61C11

Tints of Fire Brick #A61C11

Color information

#A61C11 (or 0xA61C11) is unknown color: approx Fire Brick. HEX triplet: A6, 1C and 11. RGB value is (166,28,17). Sum of RGB (Red+Green+Blue) = 166+28+17=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61C11 is #59E3EE. Grayscale: #444444. Windows color (decimal): -5891055 or 1121446. OLE color: 1121446.

HSL color Cylindrical-coordinate representation of color #A61C11: hue angle of 4.43º degrees, saturation: 0.81, 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 #A61C11 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1662817-
CMYK00.830.900.35
HSL4.43º81.42%35.88%-
HSV(B)4.43º89.76%65.1%-
XYZ16.248.981.41-
YUV68.0199.22197.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 78.67%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 17 (7.03% from 255) = 8.06%
R=78.67%
G=13.27%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166281700.830.900.354.4381.4235.88
HexA61C110535A2345124
Octal2463421012313243412144
Binary1010011011100100010101001110110101000111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61C11; }

 p { color: rgb(166,28,17); }

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

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

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

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

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

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

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