#A41A11

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

Shades of Fire Brick #A41A11

Tints of Fire Brick #A41A11

Color information

#A41A11 (or 0xA41A11) is unknown color: approx Fire Brick. HEX triplet: A4, 1A and 11. RGB value is (164,26,17). Sum of RGB (Red+Green+Blue) = 164+26+17=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A11 is #5BE5EE. Grayscale: #424242. Windows color (decimal): -6022639 or 1120932. OLE color: 1120932.

HSL color Cylindrical-coordinate representation of color #A41A11: hue angle of 3.67º 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 #A41A11 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1642617-
CMYK00.840.900.36
HSL3.67º81.22%35.49%-
HSV(B)3.67º89.63%64.31%-
XYZ15.788.671.37-
YUV66.24100.22197.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 79.23%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=79.23%
G=12.56%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164261700.840.900.363.6781.2235.49
HexA41A110545A2445123
Octal2443221012413244412143
Binary1010010011010100010101010010110101001001001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A11; }

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

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

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

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

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

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

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

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