Html Css Color HEX #AA1527 Carmine

📋 copy color: '#AA1527'

red 170 ◦ green 21 ◦ blue 39

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

Shades of Carmine #AA1527

Tints of Carmine #AA1527

RGB

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

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

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

R = 73.91%
G = 9.13%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA1527 (or 0xAA1527) is known color: Carmine. HEX triplet: AA, 15 and 27. RGB value is (170,21,39). Sum of RGB (Red+Green+Blue) = 170+21+39=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1527 is #55EAD8. Grayscale: #434343. Windows color (decimal): -5630681 or 2561450. OLE color: 2561450.

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

Color convert

RGB 170 21 39 -
CMYK 0 0.88 0.77 0.33
HSL 352.75º 0.78% 0.37% -
HSV(B) 352.75º 0.88% 0.67% -
XYZ 17.21 9.23 2.79 -
YUV 67.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 170 21 39 0 0.88 0.77 0.33 352.75 0.78 0.37
Hex AA 15 27 0 58 4D 21 161 4E 25
Octal 252 25 47 0 130 115 41 541 116 45
Binary 10101010 10101 100111 0 1011000 1001101 100001 101100001 1001110 100101

Color Harmonies of #AA1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1527

Black with #AA1527

Text Example


Text Example

White with #AA1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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