Html Css Color HEX #AA0617 Carmine

📋 copy color: '#AA0617'

red 170 ◦ green 6 ◦ blue 23

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

Shades of Carmine #AA0617

Tints of Carmine #AA0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 85.43%
G = 3.02%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0617 (or 0xAA0617) is known color: Carmine. HEX triplet: AA, 06 and 17. RGB value is (170,6,23). Sum of RGB (Red+Green+Blue) = 170+6+23=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0617 is #55F9E8. Grayscale: #393939. Windows color (decimal): -5634537 or 1509034. OLE color: 1509034.

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

Color convert

RGB 170 6 23 -
CMYK 0 0.96 0.86 0.33
HSL 353.78º 0.93% 0.35% -
HSV(B) 353.78º 0.96% 0.67% -
XYZ 16.8 8.74 1.61 -
YUV 56.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 170 6 23 0 0.96 0.86 0.33 353.78 0.93 0.35
Hex AA 6 17 0 60 56 21 162 5D 23
Octal 252 6 27 0 140 126 41 542 135 43
Binary 10101010 110 10111 0 1100000 1010110 100001 101100010 1011101 100011

Color Harmonies of #AA0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0617

Black with #AA0617

Text Example


Text Example

White with #AA0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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