Html Css Color HEX #AA191D Carmine

📋 copy color: '#AA191D'

red 170 ◦ green 25 ◦ blue 29

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

Shades of Carmine #AA191D

Tints of Carmine #AA191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 75.89%
G = 11.16%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA191D (or 0xAA191D) is known color: Carmine. HEX triplet: AA, 19 and 1D. RGB value is (170,25,29). Sum of RGB (Red+Green+Blue) = 170+25+29=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA191D is #55E6E2. Grayscale: #444444. Windows color (decimal): -5629667 or 1907114. OLE color: 1907114.

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

Color convert

RGB 170 25 29 -
CMYK 0 0.85 0.83 0.33
HSL 358.34º 0.74% 0.38% -
HSV(B) 358.34º 0.85% 0.67% -
XYZ 17.15 9.33 2.06 -
YUV 68.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 170 25 29 0 0.85 0.83 0.33 358.34 0.74 0.38
Hex AA 19 1D 0 55 53 21 166 4A 26
Octal 252 31 35 0 125 123 41 546 112 46
Binary 10101010 11001 11101 0 1010101 1010011 100001 101100110 1001010 100110

Color Harmonies of #AA191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA191D

Black with #AA191D

Text Example


Text Example

White with #AA191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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