#A41E16

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

Shades of Fire Brick #A41E16

Tints of Fire Brick #A41E16

Color information

#A41E16 (or 0xA41E16) is unknown color: approx Fire Brick. HEX triplet: A4, 1E and 16. RGB value is (164,30,22). Sum of RGB (Red+Green+Blue) = 164+30+22=216 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.93% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E16 is #5BE1E9. Grayscale: #454545. Windows color (decimal): -6021610 or 1449636. OLE color: 1449636.

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

Color convert

RGB1643022-
CMYK00.820.870.36
HSL3.38º76.34%36.47%-
HSV(B)3.38º86.59%64.31%-
XYZ15.928.881.63-
YUV69.15101.39195.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.93%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=75.93%
G=13.89%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164302200.820.870.363.3876.3436.47
HexA41E16052572434c24
Octal2443626012212744311444
Binary101001001111010110010100101010111100100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E16; }

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

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

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

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

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

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

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

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