#A41A16

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

Shades of Fire Brick #A41A16

Tints of Fire Brick #A41A16

Color information

#A41A16 (or 0xA41A16) is unknown color: approx Fire Brick. HEX triplet: A4, 1A and 16. RGB value is (164,26,22). Sum of RGB (Red+Green+Blue) = 164+26+22=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A16 is #5BE5E9. Grayscale: #424242. Windows color (decimal): -6022634 or 1448612. OLE color: 1448612.

HSL color Cylindrical-coordinate representation of color #A41A16: hue angle of 1.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41A16 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1642622-
CMYK00.840.870.36
HSL1.69º76.34%36.47%-
HSV(B)1.69º86.59%64.31%-
XYZ15.828.691.6-
YUV66.81102.72197.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 77.36%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=77.36%
G=12.26%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164262200.840.870.361.6976.3436.47
HexA41A16054572424c24
Octal2443226012412744211444
Binary101001001101010110010101001010111100100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A16; }

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

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

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

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

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

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

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

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