Html Css Color HEX #AA1328 Carmine

📋 copy color: '#AA1328'

red 170 ◦ green 19 ◦ blue 40

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

Shades of Carmine #AA1328

Tints of Carmine #AA1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 74.24%
G = 8.3%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA1328 (or 0xAA1328) is known color: Carmine. HEX triplet: AA, 13 and 28. RGB value is (170,19,40). Sum of RGB (Red+Green+Blue) = 170+19+40=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1328 is #55ECD7. Grayscale: #424242. Windows color (decimal): -5631192 or 2626474. OLE color: 2626474.

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

Color convert

RGB 170 19 40 -
CMYK 0 0.89 0.76 0.33
HSL 351.66º 0.8% 0.37% -
HSV(B) 351.66º 0.89% 0.67% -
XYZ 17.19 9.16 2.87 -
YUV 66.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 170 19 40 0 0.89 0.76 0.33 351.66 0.8 0.37
Hex AA 13 28 0 59 4C 21 160 50 25
Octal 252 23 50 0 131 114 41 540 120 45
Binary 10101010 10011 101000 0 1011001 1001100 100001 101100000 1010000 100101

Color Harmonies of #AA1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1328

Black with #AA1328

Text Example


Text Example

White with #AA1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1328; }

 p { color: rgb(170,19,40); }

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

background-color css

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

 a { background-color: rgb(170,19,40); }

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

border-color css

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

 span { border-color: rgb(170,19,40); }

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