Html Css Color HEX #AA1127 Carmine

📋 copy color: '#AA1127'

red 170 ◦ green 17 ◦ blue 39

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

Shades of Carmine #AA1127

Tints of Carmine #AA1127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.26%

R = 75.22%
G = 7.52%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA1127 (or 0xAA1127) is known color: Carmine. HEX triplet: AA, 11 and 27. RGB value is (170,17,39). Sum of RGB (Red+Green+Blue) = 170+17+39=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1127 is #55EED8. Grayscale: #414141. Windows color (decimal): -5631705 or 2560426. OLE color: 2560426.

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

Color convert

RGB 170 17 39 -
CMYK 0 0.9 0.77 0.33
HSL 351.37º 0.82% 0.37% -
HSV(B) 351.37º 0.9% 0.67% -
XYZ 17.14 9.09 2.77 -
YUV 65.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 170 17 39 0 0.9 0.77 0.33 351.37 0.82 0.37
Hex AA 11 27 0 5A 4D 21 15F 52 25
Octal 252 21 47 0 132 115 41 537 122 45
Binary 10101010 10001 100111 0 1011010 1001101 100001 101011111 1010010 100101

Color Harmonies of #AA1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1127

Black with #AA1127

Text Example


Text Example

White with #AA1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1127; }

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

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

background-color css

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

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

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

border-color css

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

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

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