Html Css Color HEX #AA151B Carmine

📋 copy color: '#AA151B'

red 170 ◦ green 21 ◦ blue 27

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

Shades of Carmine #AA151B

Tints of Carmine #AA151B

RGB

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

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

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

R = 77.98%
G = 9.63%
B = 12.39%

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

#AA151B (or 0xAA151B) is known color: Carmine. HEX triplet: AA, 15 and 1B. RGB value is (170,21,27). Sum of RGB (Red+Green+Blue) = 170+21+27=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA151B is #55EAE4. Grayscale: #424242. Windows color (decimal): -5630693 or 1775018. OLE color: 1775018.

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

Color convert

RGB 170 21 27 -
CMYK 0 0.88 0.84 0.33
HSL 357.58º 0.78% 0.37% -
HSV(B) 357.58º 0.88% 0.67% -
XYZ 17.04 9.16 1.91 -
YUV 66.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 170 21 27 0 0.88 0.84 0.33 357.58 0.78 0.37
Hex AA 15 1B 0 58 54 21 166 4E 25
Octal 252 25 33 0 130 124 41 546 116 45
Binary 10101010 10101 11011 0 1011000 1010100 100001 101100110 1001110 100101

Color Harmonies of #AA151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA151B

Black with #AA151B

Text Example


Text Example

White with #AA151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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