Html Css Color HEX #A1190C Fire Brick

📋 copy color: '#A1190C'

red 161 ◦ green 25 ◦ blue 12

#A1190C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A1190C

Tints of Fire Brick #A1190C

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 value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1190C (or 0xA1190C) is known color: 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

RGB 161 25 12 -
CMYK 0 0.84 0.93 0.37
HSL 5.23º 0.86% 0.34% -
HSV(B) 5.23º 0.93% 0.63% -
XYZ 15.11 8.3 1.15 -
YUV 64.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 161 25 12 0 0.84 0.93 0.37 5.23 0.86 0.34
Hex A1 19 C 0 54 5D 25 5 56 22
Octal 241 31 14 0 124 135 45 5 126 42
Binary 10100001 11001 1100 0 1010100 1011101 100101 101 1010110 100010

Color Harmonies of #A1190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1190C

Black with #A1190C

Text Example


Text Example

White with #A1190C

Text Example


Text Example

HTML Codes & Css Web 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>