#A41A17

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

Shades of Fire Brick #A41A17

Tints of Fire Brick #A41A17

Color information

#A41A17 (or 0xA41A17) is unknown color: approx Fire Brick. HEX triplet: A4, 1A and 17. RGB value is (164,26,23). Sum of RGB (Red+Green+Blue) = 164+26+23=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A17 is #5BE5E8. Grayscale: #434343. Windows color (decimal): -6022633 or 1514148. OLE color: 1514148.

HSL color Cylindrical-coordinate representation of color #A41A17: hue angle of 1.28º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41A17 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1642623-
CMYK00.840.860.36
HSL1.28º75.4%36.67%-
HSV(B)1.28º85.98%64.31%-
XYZ15.838.691.65-
YUV66.92103.22197.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 77.00%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 23 (9.38% from 255) = 10.80%
R=77.00%
G=12.21%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164262300.840.860.361.2875.436.67
HexA41A17054562414b25
Octal2443227012412644111345
Binary10100100110101011101010100101011010010011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A17; }

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

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

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

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

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

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

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

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