#A41E07

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

Shades of Fire Brick #A41E07

Tints of Fire Brick #A41E07

Color information

#A41E07 (or 0xA41E07) is unknown color: approx Fire Brick. HEX triplet: A4, 1E and 07. RGB value is (164,30,7). Sum of RGB (Red+Green+Blue) = 164+30+7=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E07 is #5BE1F8. Grayscale: #434343. Windows color (decimal): -6021625 or 466596. OLE color: 466596.

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

Color convert

RGB164307-
CMYK00.820.960.36
HSL8.79º91.81%33.53%-
HSV(B)8.79º95.73%64.31%-
XYZ15.818.841.07-
YUV67.4493.89196.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 81.59%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=81.59%
G=14.93%
B=3.48%

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
Decimal16430700.820.960.368.7991.8133.53
HexA41E7052602495c22
Octal2443670122140441113442
Binary101001001111011101010010110000010010010011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E07; }

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

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

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

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

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

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

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

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