Html Css Color HEX #AA0C17 Carmine

📋 copy color: '#AA0C17'

red 170 ◦ green 12 ◦ blue 23

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

Shades of Carmine #AA0C17

Tints of Carmine #AA0C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 82.93%
G = 5.85%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0C17 (or 0xAA0C17) is known color: Carmine. HEX triplet: AA, 0C and 17. RGB value is (170,12,23). Sum of RGB (Red+Green+Blue) = 170+12+23=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0C17 is #55F3E8. Grayscale: #3C3C3C. Windows color (decimal): -5633001 or 1510570. OLE color: 1510570.

HSL color Cylindrical-coordinate representation of color #AA0C17: hue angle of 355.82º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C17 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 12 23 -
CMYK 0 0.93 0.86 0.33
HSL 355.82º 0.87% 0.36% -
HSV(B) 355.82º 0.93% 0.67% -
XYZ 16.86 8.87 1.63 -
YUV 60.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 170 12 23 0 0.93 0.86 0.33 355.82 0.87 0.36
Hex AA C 17 0 5D 56 21 164 57 24
Octal 252 14 27 0 135 126 41 544 127 44
Binary 10101010 1100 10111 0 1011101 1010110 100001 101100100 1010111 100100

Color Harmonies of #AA0C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C17

Black with #AA0C17

Text Example


Text Example

White with #AA0C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C17; }

 p { color: rgb(170,12,23); }

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

background-color css

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

 a { background-color: rgb(170,12,23); }

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

border-color css

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

 span { border-color: rgb(170,12,23); }

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