#A41613

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

Shades of Fire Brick #A41613

Tints of Fire Brick #A41613

Color information

#A41613 (or 0xA41613) is unknown color: approx Fire Brick. HEX triplet: A4, 16 and 13. RGB value is (164,22,19). Sum of RGB (Red+Green+Blue) = 164+22+19=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A41613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41613 is #5BE9EC. Grayscale: #404040. Windows color (decimal): -6023661 or 1250980. OLE color: 1250980.

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

Color convert

RGB1642219-
CMYK00.870.880.36
HSL1.24º79.23%35.88%-
HSV(B)1.24º88.41%64.31%-
XYZ15.718.511.43-
YUV64.12102.54199.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 80%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=80%
G=10.73%
B=9.27%

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
Decimal164221900.870.880.361.2479.2335.88
HexA41613057582414f24
Octal2442623012713044111744
Binary10100100101101001101010111101100010010011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41613; }

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

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

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

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

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

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

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

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