#A41513

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

Shades of Fire Brick #A41513

Tints of Fire Brick #A41513

Color information

#A41513 (or 0xA41513) is unknown color: approx Fire Brick. HEX triplet: A4, 15 and 13. RGB value is (164,21,19). Sum of RGB (Red+Green+Blue) = 164+21+19=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A41513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41513 is #5BEAEC. Grayscale: #3F3F3F. Windows color (decimal): -6023917 or 1250724. OLE color: 1250724.

HSL color Cylindrical-coordinate representation of color #A41513: hue angle of 0.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41513 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB1642119-
CMYK00.870.880.36
HSL0.83º79.23%35.88%-
HSV(B)0.83º88.41%64.31%-
XYZ15.78.481.42-
YUV63.53102.88199.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 80.39%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=80.39%
G=10.29%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164211900.870.880.360.8379.2335.88
HexA41513057582414f24
Octal2442523012713044111744
Binary10100100101011001101010111101100010010011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41513; }

 p { color: rgb(164,21,19); }

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

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

 a { background-color: rgb(164,21,19); }

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

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

 span { border-color: rgb(164,21,19); }

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