Html Css Color HEX #AA1129 Carmine

📋 copy color: '#AA1129'

red 170 ◦ green 17 ◦ blue 41

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

Shades of Carmine #AA1129

Tints of Carmine #AA1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 74.56%
G = 7.46%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA1129 (or 0xAA1129) is known color: Carmine. HEX triplet: AA, 11 and 29. RGB value is (170,17,41). Sum of RGB (Red+Green+Blue) = 170+17+41=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1129 is #55EED6. Grayscale: #414141. Windows color (decimal): -5631703 or 2691498. OLE color: 2691498.

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

Color convert

RGB 170 17 41 -
CMYK 0 0.9 0.76 0.33
HSL 350.59º 0.82% 0.37% -
HSV(B) 350.59º 0.9% 0.67% -
XYZ 17.18 9.11 2.95 -
YUV 65.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 170 17 41 0 0.9 0.76 0.33 350.59 0.82 0.37
Hex AA 11 29 0 5A 4C 21 15F 52 25
Octal 252 21 51 0 132 114 41 537 122 45
Binary 10101010 10001 101001 0 1011010 1001100 100001 101011111 1010010 100101

Color Harmonies of #AA1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1129

Black with #AA1129

Text Example


Text Example

White with #AA1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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