Html Css Color HEX #AA0128 Carmine

📋 copy color: '#AA0128'

red 170 ◦ green 1 ◦ blue 40

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

Shades of Carmine #AA0128

Tints of Carmine #AA0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 80.57%
G = 0.47%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA0128 (or 0xAA0128) is known color: Carmine. HEX triplet: AA, 01 and 28. RGB value is (170,1,40). Sum of RGB (Red+Green+Blue) = 170+1+40=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0128 is #55FED7. Grayscale: #373737. Windows color (decimal): -5635800 or 2621866. OLE color: 2621866.

HSL color Cylindrical-coordinate representation of color #AA0128: hue angle of 346.15º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0128 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 1 40 -
CMYK 0 0.99 0.76 0.33
HSL 346.15º 0.99% 0.34% -
HSV(B) 346.15º 0.99% 0.67% -
XYZ 16.97 8.72 2.8 -
YUV 55.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 170 1 40 0 0.99 0.76 0.33 346.15 0.99 0.34
Hex AA 1 28 0 63 4C 21 15A 63 22
Octal 252 1 50 0 143 114 41 532 143 42
Binary 10101010 1 101000 0 1100011 1001100 100001 101011010 1100011 100010

Color Harmonies of #AA0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0128

Black with #AA0128

Text Example


Text Example

White with #AA0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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