Html Css Color HEX #AA192B Bright Red

📋 copy color: '#AA192B'

red 170 ◦ green 25 ◦ blue 43

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

Shades of Bright Red #AA192B

Tints of Bright Red #AA192B

RGB

 RED value IS 170 (66.8% from 255) = 71.43%

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

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 71.43%
G = 10.5%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA192B (or 0xAA192B) is known color: Bright Red. HEX triplet: AA, 19 and 2B. RGB value is (170,25,43). Sum of RGB (Red+Green+Blue) = 170+25+43=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA192B is #55E6D4. Grayscale: #464646. Windows color (decimal): -5629653 or 2824618. OLE color: 2824618.

HSL color Cylindrical-coordinate representation of color #AA192B: hue angle of 352.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA192B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 43 -
CMYK 0 0.85 0.75 0.33
HSL 352.55º 0.74% 0.38% -
HSV(B) 352.55º 0.85% 0.67% -
XYZ 17.36 9.42 3.19 -
YUV 70.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 170 25 43 0 0.85 0.75 0.33 352.55 0.74 0.38
Hex AA 19 2B 0 55 4B 21 161 4A 26
Octal 252 31 53 0 125 113 41 541 112 46
Binary 10101010 11001 101011 0 1010101 1001011 100001 101100001 1001010 100110

Color Harmonies of #AA192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA192B

Black with #AA192B

Text Example


Text Example

White with #AA192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA192B; }

 p { color: rgb(170,25,43); }

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

background-color css

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

 a { background-color: rgb(170,25,43); }

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

border-color css

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

 span { border-color: rgb(170,25,43); }

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