Html Css Color HEX #AA151A Carmine

📋 copy color: '#AA151A'

red 170 ◦ green 21 ◦ blue 26

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

Shades of Carmine #AA151A

Tints of Carmine #AA151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 78.34%
G = 9.68%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA151A (or 0xAA151A) is known color: Carmine. HEX triplet: AA, 15 and 1A. RGB value is (170,21,26). Sum of RGB (Red+Green+Blue) = 170+21+26=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA151A is #55EAE5. Grayscale: #424242. Windows color (decimal): -5630694 or 1709482. OLE color: 1709482.

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

Color convert

RGB 170 21 26 -
CMYK 0 0.88 0.85 0.33
HSL 357.99º 0.78% 0.37% -
HSV(B) 357.99º 0.88% 0.67% -
XYZ 17.03 9.16 1.85 -
YUV 66.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 170 21 26 0 0.88 0.85 0.33 357.99 0.78 0.37
Hex AA 15 1A 0 58 55 21 166 4E 25
Octal 252 25 32 0 130 125 41 546 116 45
Binary 10101010 10101 11010 0 1011000 1010101 100001 101100110 1001110 100101

Color Harmonies of #AA151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA151A

Black with #AA151A

Text Example


Text Example

White with #AA151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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