Html Css Color HEX #AA151C Carmine

📋 copy color: '#AA151C'

red 170 ◦ green 21 ◦ blue 28

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

Shades of Carmine #AA151C

Tints of Carmine #AA151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 77.63%
G = 9.59%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA151C (or 0xAA151C) is known color: Carmine. HEX triplet: AA, 15 and 1C. RGB value is (170,21,28). Sum of RGB (Red+Green+Blue) = 170+21+28=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA151C is #55EAE3. Grayscale: #424242. Windows color (decimal): -5630692 or 1840554. OLE color: 1840554.

HSL color Cylindrical-coordinate representation of color #AA151C: hue angle of 357.18º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA151C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 21 28 -
CMYK 0 0.88 0.84 0.33
HSL 357.18º 0.78% 0.37% -
HSV(B) 357.18º 0.88% 0.67% -
XYZ 17.06 9.17 1.97 -
YUV 66.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 170 21 28 0 0.88 0.84 0.33 357.18 0.78 0.37
Hex AA 15 1C 0 58 54 21 165 4E 25
Octal 252 25 34 0 130 124 41 545 116 45
Binary 10101010 10101 11100 0 1011000 1010100 100001 101100101 1001110 100101

Color Harmonies of #AA151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA151C

Black with #AA151C

Text Example


Text Example

White with #AA151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA151C; }

 p { color: rgb(170,21,28); }

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

background-color css

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

 a { background-color: rgb(170,21,28); }

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

border-color css

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

 span { border-color: rgb(170,21,28); }

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