Html Css Color HEX #AA191B Carmine

📋 copy color: '#AA191B'

red 170 ◦ green 25 ◦ blue 27

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

Shades of Carmine #AA191B

Tints of Carmine #AA191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 76.58%
G = 11.26%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA191B (or 0xAA191B) is known color: Carmine. HEX triplet: AA, 19 and 1B. RGB value is (170,25,27). Sum of RGB (Red+Green+Blue) = 170+25+27=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA191B is #55E6E4. Grayscale: #444444. Windows color (decimal): -5629669 or 1776042. OLE color: 1776042.

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

Color convert

RGB 170 25 27 -
CMYK 0 0.85 0.84 0.33
HSL 359.17º 0.74% 0.38% -
HSV(B) 359.17º 0.85% 0.67% -
XYZ 17.12 9.32 1.93 -
YUV 68.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 170 25 27 0 0.85 0.84 0.33 359.17 0.74 0.38
Hex AA 19 1B 0 55 54 21 167 4A 26
Octal 252 31 33 0 125 124 41 547 112 46
Binary 10101010 11001 11011 0 1010101 1010100 100001 101100111 1001010 100110

Color Harmonies of #AA191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA191B

Black with #AA191B

Text Example


Text Example

White with #AA191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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