#A1190C

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

Shades of Fire Brick #A1190C

Tints of Fire Brick #A1190C

Color information

#A1190C (or 0xA1190C) is unknown color: approx Fire Brick. HEX triplet: A1, 19 and 0C. RGB value is (161,25,12). Sum of RGB (Red+Green+Blue) = 161+25+12=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A1190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1190C is #5EE6F3. Grayscale: #404040. Windows color (decimal): -6219508 or 792993. OLE color: 792993.

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

Color convert

RGB1612512-
CMYK00.840.930.37
HSL5.23º86.13%33.92%-
HSV(B)5.23º92.55%63.14%-
XYZ15.118.31.15-
YUV64.1898.56197.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.31%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=81.31%
G=12.63%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161251200.840.930.375.2386.1333.92
HexA119C0545D2555622
Octal2413114012413545512642
Binary101000011100111000101010010111011001011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1190C; }

 p { color: rgb(161,25,12); }

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

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

 a { background-color: rgb(161,25,12); }

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

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

 span { border-color: rgb(161,25,12); }

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