Html Css Color HEX #AA151E Carmine

📋 copy color: '#AA151E'

red 170 ◦ green 21 ◦ blue 30

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

Shades of Carmine #AA151E

Tints of Carmine #AA151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 76.92%
G = 9.5%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA151E (or 0xAA151E) is known color: Carmine. HEX triplet: AA, 15 and 1E. RGB value is (170,21,30). Sum of RGB (Red+Green+Blue) = 170+21+30=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA151E is #55EAE1. Grayscale: #424242. Windows color (decimal): -5630690 or 1971626. OLE color: 1971626.

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

Color convert

RGB 170 21 30 -
CMYK 0 0.88 0.82 0.33
HSL 356.38º 0.78% 0.37% -
HSV(B) 356.38º 0.88% 0.67% -
XYZ 17.08 9.18 2.1 -
YUV 66.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 170 21 30 0 0.88 0.82 0.33 356.38 0.78 0.37
Hex AA 15 1E 0 58 52 21 164 4E 25
Octal 252 25 36 0 130 122 41 544 116 45
Binary 10101010 10101 11110 0 1011000 1010010 100001 101100100 1001110 100101

Color Harmonies of #AA151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA151E

Black with #AA151E

Text Example


Text Example

White with #AA151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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