#A41E05

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

Shades of Fire Brick #A41E05

Tints of Fire Brick #A41E05

Color information

#A41E05 (or 0xA41E05) is unknown color: approx Fire Brick. HEX triplet: A4, 1E and 05. RGB value is (164,30,5). Sum of RGB (Red+Green+Blue) = 164+30+5=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E05 is #5BE1FA. Grayscale: #434343. Windows color (decimal): -6021627 or 335524. OLE color: 335524.

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

Color convert

RGB164305-
CMYK00.820.970.36
HSL9.43º94.08%33.14%-
HSV(B)9.43º96.95%64.31%-
XYZ15.88.831.02-
YUV67.2292.89197.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82.41%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=82.41%
G=15.08%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16430500.820.970.369.4394.0833.14
HexA41E5052612495e21
Octal2443650122141441113641
Binary101001001111010101010010110000110010010011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E05; }

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

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

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

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

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

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

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

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