#A41C11

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

Shades of Fire Brick #A41C11

Tints of Fire Brick #A41C11

Color information

#A41C11 (or 0xA41C11) is unknown color: approx Fire Brick. HEX triplet: A4, 1C and 11. RGB value is (164,28,17). Sum of RGB (Red+Green+Blue) = 164+28+17=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C11 is #5BE3EE. Grayscale: #434343. Windows color (decimal): -6022127 or 1121444. OLE color: 1121444.

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

Color convert

RGB1642817-
CMYK00.830.900.36
HSL4.49º81.22%35.49%-
HSV(B)4.49º89.63%64.31%-
XYZ15.838.761.39-
YUV67.4199.56196.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 78.47%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 17 (7.03% from 255) = 8.13%
R=78.47%
G=13.40%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164281700.830.900.364.4981.2235.49
HexA41C110535A2445123
Octal2443421012313244412143
Binary1010010011100100010101001110110101001001001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C11; }

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

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

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

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

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

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

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

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