Html Css Color HEX #A2193E Bright Red

📋 copy color: '#A2193E'

red 162 ◦ green 25 ◦ blue 62

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

Shades of Bright Red #A2193E

Tints of Bright Red #A2193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 65.06%
G = 10.04%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2193E (or 0xA2193E) is known color: Bright Red. HEX triplet: A2, 19 and 3E. RGB value is (162,25,62). Sum of RGB (Red+Green+Blue) = 162+25+62=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A2193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2193E is #5DE6C1. Grayscale: #464646. Windows color (decimal): -6153922 or 4069794. OLE color: 4069794.

HSL color Cylindrical-coordinate representation of color #A2193E: hue angle of 343.8º 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 #A2193E is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 25 62 -
CMYK 0 0.85 0.62 0.36
HSL 343.8º 0.73% 0.37% -
HSV(B) 343.8º 0.85% 0.64% -
XYZ 16.12 8.72 5.39 -
YUV 70.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 162 25 62 0 0.85 0.62 0.36 343.8 0.73 0.37
Hex A2 19 3E 0 55 3E 24 158 49 25
Octal 242 31 76 0 125 76 44 530 111 45
Binary 10100010 11001 111110 0 1010101 111110 100100 101011000 1001001 100101

Color Harmonies of #A2193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2193E

Black with #A2193E

Text Example


Text Example

White with #A2193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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