#A41705

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

Shades of Fire Brick #A41705

Tints of Fire Brick #A41705

Color information

#A41705 (or 0xA41705) is unknown color: approx Fire Brick. HEX triplet: A4, 17 and 05. RGB value is (164,23,5). Sum of RGB (Red+Green+Blue) = 164+23+5=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A41705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41705 is #5BE8FA. Grayscale: #3F3F3F. Windows color (decimal): -6023419 or 333732. OLE color: 333732.

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

Color convert

RGB164235-
CMYK00.860.970.36
HSL6.79º94.08%33.14%-
HSV(B)6.79º96.95%64.31%-
XYZ15.648.520.96-
YUV63.1195.21199.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 85.42%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=85.42%
G=11.98%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16423500.860.970.366.7994.0833.14
HexA4175056612475e21
Octal244275012614144713641
Binary10100100101111010101011011000011001001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41705; }

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

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

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

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

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

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

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

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