#A41A18

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

Shades of Fire Brick #A41A18

Tints of Fire Brick #A41A18

Color information

#A41A18 (or 0xA41A18) is unknown color: approx Fire Brick. HEX triplet: A4, 1A and 18. RGB value is (164,26,24). Sum of RGB (Red+Green+Blue) = 164+26+24=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A18 is #5BE5E7. Grayscale: #434343. Windows color (decimal): -6022632 or 1579684. OLE color: 1579684.

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

Color convert

RGB1642624-
CMYK00.840.850.36
HSL0.86º74.47%36.86%-
HSV(B)0.86º85.37%64.31%-
XYZ15.848.71.71-
YUV67.03103.72197.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 76.64%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=76.64%
G=12.15%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164262400.840.850.360.8674.4736.86
HexA41A18054552414a25
Octal2443230012412544111245
Binary10100100110101100001010100101010110010011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A18; }

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

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

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

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

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

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

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

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