Html Css Color HEX #A1193B Bright Red

📋 copy color: '#A1193B'

red 161 ◦ green 25 ◦ blue 59

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

Shades of Bright Red #A1193B

Tints of Bright Red #A1193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 65.71%
G = 10.2%
B = 24.08%

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

#A1193B (or 0xA1193B) is known color: Bright Red. HEX triplet: A1, 19 and 3B. RGB value is (161,25,59). Sum of RGB (Red+Green+Blue) = 161+25+59=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1193B is #5EE6C4. Grayscale: #454545. Windows color (decimal): -6219461 or 3873185. OLE color: 3873185.

HSL color Cylindrical-coordinate representation of color #A1193B: hue angle of 345º 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 #A1193B is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 25 59 -
CMYK 0 0.84 0.63 0.37
HSL 345º 0.73% 0.36% -
HSV(B) 345º 0.84% 0.63% -
XYZ 15.83 8.59 4.96 -
YUV 69.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 161 25 59 0 0.84 0.63 0.37 345 0.73 0.36
Hex A1 19 3B 0 54 3F 25 159 49 24
Octal 241 31 73 0 124 77 45 531 111 44
Binary 10100001 11001 111011 0 1010100 111111 100101 101011001 1001001 100100

Color Harmonies of #A1193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1193B

Black with #A1193B

Text Example


Text Example

White with #A1193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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