Html Css Color HEX #AA121C Carmine

📋 copy color: '#AA121C'

red 170 ◦ green 18 ◦ blue 28

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

Shades of Carmine #AA121C

Tints of Carmine #AA121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 78.7%
G = 8.33%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA121C (or 0xAA121C) is known color: Carmine. HEX triplet: AA, 12 and 1C. RGB value is (170,18,28). Sum of RGB (Red+Green+Blue) = 170+18+28=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA121C is #55EDE3. Grayscale: #404040. Windows color (decimal): -5631460 or 1839786. OLE color: 1839786.

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

Color convert

RGB 170 18 28 -
CMYK 0 0.89 0.84 0.33
HSL 356.05º 0.81% 0.37% -
HSV(B) 356.05º 0.89% 0.67% -
XYZ 17 9.06 1.95 -
YUV 64.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 170 18 28 0 0.89 0.84 0.33 356.05 0.81 0.37
Hex AA 12 1C 0 59 54 21 164 51 25
Octal 252 22 34 0 131 124 41 544 121 45
Binary 10101010 10010 11100 0 1011001 1010100 100001 101100100 1010001 100101

Color Harmonies of #AA121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA121C

Black with #AA121C

Text Example


Text Example

White with #AA121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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