#A41D06

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

Shades of Fire Brick #A41D06

Tints of Fire Brick #A41D06

Color information

#A41D06 (or 0xA41D06) is unknown color: approx Fire Brick. HEX triplet: A4, 1D and 06. RGB value is (164,29,6). Sum of RGB (Red+Green+Blue) = 164+29+6=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D06 is #5BE2F9. Grayscale: #424242. Windows color (decimal): -6021882 or 400804. OLE color: 400804.

HSL color Cylindrical-coordinate representation of color #A41D06: hue angle of 8.73º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A41D06 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB164296-
CMYK00.820.960.36
HSL8.73º92.94%33.33%-
HSV(B)8.73º96.34%64.31%-
XYZ15.788.781.04-
YUV66.7493.73197.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82.41%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=82.41%
G=14.57%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16429600.820.960.368.7392.9433.33
HexA41D6052602495d21
Octal2443560122140441113541
Binary101001001110111001010010110000010010010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41D06; }

 p { color: rgb(164,29,6); }

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

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

 a { background-color: rgb(164,29,6); }

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

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

 span { border-color: rgb(164,29,6); }

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