Html Css Color HEX #A1193C Bright Red

📋 copy color: '#A1193C'

red 161 ◦ green 25 ◦ blue 60

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

Shades of Bright Red #A1193C

Tints of Bright Red #A1193C

RGB

 RED value IS 161 (63.28% from 255) = 65.45%

 GREEN value IS 25 (10.16% from 255) = 10.16%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 65.45%
G = 10.16%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1193C (or 0xA1193C) is known color: Bright Red. HEX triplet: A1, 19 and 3C. RGB value is (161,25,60). Sum of RGB (Red+Green+Blue) = 161+25+60=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1193C is #5EE6C3. Grayscale: #454545. Windows color (decimal): -6219460 or 3938721. OLE color: 3938721.

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

Color convert

RGB 161 25 60 -
CMYK 0 0.84 0.63 0.37
HSL 344.56º 0.73% 0.36% -
HSV(B) 344.56º 0.84% 0.63% -
XYZ 15.86 8.6 5.1 -
YUV 69.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 161 25 60 0 0.84 0.63 0.37 344.56 0.73 0.36
Hex A1 19 3C 0 54 3F 25 159 49 24
Octal 241 31 74 0 124 77 45 531 111 44
Binary 10100001 11001 111100 0 1010100 111111 100101 101011001 1001001 100100

Color Harmonies of #A1193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1193C

Black with #A1193C

Text Example


Text Example

White with #A1193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1193C; }

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

 H1.HeaderClassName
 {
   color: #A1193C;
 }
 .AnyTagClassName
 {
   color: #A1193C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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