Html Css Color HEX #A2193B Bright Red

📋 copy color: '#A2193B'

red 162 ◦ green 25 ◦ blue 59

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

Shades of Bright Red #A2193B

Tints of Bright Red #A2193B

RGB

 RED value IS 162 (63.67% from 255) = 65.85%

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

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

R = 65.85%
G = 10.16%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2193B (or 0xA2193B) is known color: Bright Red. HEX triplet: A2, 19 and 3B. RGB value is (162,25,59). Sum of RGB (Red+Green+Blue) = 162+25+59=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2193B is #5DE6C4. Grayscale: #454545. Windows color (decimal): -6153925 or 3873186. OLE color: 3873186.

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

Color convert

RGB 162 25 59 -
CMYK 0 0.85 0.64 0.36
HSL 345.11º 0.73% 0.37% -
HSV(B) 345.11º 0.85% 0.64% -
XYZ 16.04 8.69 4.97 -
YUV 69.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 162 25 59 0 0.85 0.64 0.36 345.11 0.73 0.37
Hex A2 19 3B 0 55 40 24 159 49 25
Octal 242 31 73 0 125 100 44 531 111 45
Binary 10100010 11001 111011 0 1010101 1000000 100100 101011001 1001001 100101

Color Harmonies of #A2193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2193B

Black with #A2193B

Text Example


Text Example

White with #A2193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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