Html Css Color HEX #AA0731 Carmine

📋 copy color: '#AA0731'

red 170 ◦ green 7 ◦ blue 49

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

Shades of Carmine #AA0731

Tints of Carmine #AA0731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.68%

R = 75.22%
G = 3.1%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA0731 (or 0xAA0731) is known color: Carmine. HEX triplet: AA, 07 and 31. RGB value is (170,7,49). Sum of RGB (Red+Green+Blue) = 170+7+49=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0731 is #55F8CE. Grayscale: #3C3C3C. Windows color (decimal): -5634255 or 3213226. OLE color: 3213226.

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

Color convert

RGB 170 7 49 -
CMYK 0 0.96 0.71 0.33
HSL 344.54º 0.92% 0.35% -
HSV(B) 344.54º 0.96% 0.67% -
XYZ 17.21 8.92 3.72 -
YUV 60.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 170 7 49 0 0.96 0.71 0.33 344.54 0.92 0.35
Hex AA 7 31 0 60 47 21 159 5C 23
Octal 252 7 61 0 140 107 41 531 134 43
Binary 10101010 111 110001 0 1100000 1000111 100001 101011001 1011100 100011

Color Harmonies of #AA0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0731

Black with #AA0731

Text Example


Text Example

White with #AA0731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0731; }

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

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

background-color css

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

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

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

border-color css

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

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

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