Html Css Color HEX #AA1126 Carmine

📋 copy color: '#AA1126'

red 170 ◦ green 17 ◦ blue 38

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

Shades of Carmine #AA1126

Tints of Carmine #AA1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 38 (15.23% from 255) = 16.89%

R = 75.56%
G = 7.56%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA1126 (or 0xAA1126) is known color: Carmine. HEX triplet: AA, 11 and 26. RGB value is (170,17,38). Sum of RGB (Red+Green+Blue) = 170+17+38=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1126 is #55EED9. Grayscale: #414141. Windows color (decimal): -5631706 or 2494890. OLE color: 2494890.

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

Color convert

RGB 170 17 38 -
CMYK 0 0.9 0.78 0.33
HSL 351.76º 0.82% 0.37% -
HSV(B) 351.76º 0.9% 0.67% -
XYZ 17.13 9.09 2.68 -
YUV 65.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 170 17 38 0 0.9 0.78 0.33 351.76 0.82 0.37
Hex AA 11 26 0 5A 4E 21 160 52 25
Octal 252 21 46 0 132 116 41 540 122 45
Binary 10101010 10001 100110 0 1011010 1001110 100001 101100000 1010010 100101

Color Harmonies of #AA1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1126

Black with #AA1126

Text Example


Text Example

White with #AA1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1126; }

 p { color: rgb(170,17,38); }

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

background-color css

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

 a { background-color: rgb(170,17,38); }

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

border-color css

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

 span { border-color: rgb(170,17,38); }

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