Html Css Color HEX #AA0727 Carmine

📋 copy color: '#AA0727'

red 170 ◦ green 7 ◦ blue 39

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

Shades of Carmine #AA0727

Tints of Carmine #AA0727

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 78.7%
G = 3.24%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA0727 (or 0xAA0727) is known color: Carmine. HEX triplet: AA, 07 and 27. RGB value is (170,7,39). Sum of RGB (Red+Green+Blue) = 170+7+39=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0727 is #55F8D8. Grayscale: #3B3B3B. Windows color (decimal): -5634265 or 2557866. OLE color: 2557866.

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

Color convert

RGB 170 7 39 -
CMYK 0 0.96 0.77 0.33
HSL 348.22º 0.92% 0.35% -
HSV(B) 348.22º 0.96% 0.67% -
XYZ 17.02 8.84 2.73 -
YUV 59.39 116.5 206.9 -
System Red Green Blue C M Y K H S L
Decimal 170 7 39 0 0.96 0.77 0.33 348.22 0.92 0.35
Hex AA 7 27 0 60 4D 21 15C 5C 23
Octal 252 7 47 0 140 115 41 534 134 43
Binary 10101010 111 100111 0 1100000 1001101 100001 101011100 1011100 100011

Color Harmonies of #AA0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0727

Black with #AA0727

Text Example


Text Example

White with #AA0727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0727; }

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

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

background-color css

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

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

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

border-color css

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

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

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