Html Css Color HEX #AA072A Carmine

📋 copy color: '#AA072A'

red 170 ◦ green 7 ◦ blue 42

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

Shades of Carmine #AA072A

Tints of Carmine #AA072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 77.63%
G = 3.2%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA072A (or 0xAA072A) is known color: Carmine. HEX triplet: AA, 07 and 2A. RGB value is (170,7,42). Sum of RGB (Red+Green+Blue) = 170+7+42=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA072A is #55F8D5. Grayscale: #3B3B3B. Windows color (decimal): -5634262 or 2754474. OLE color: 2754474.

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

Color convert

RGB 170 7 42 -
CMYK 0 0.96 0.75 0.33
HSL 347.12º 0.92% 0.35% -
HSV(B) 347.12º 0.96% 0.67% -
XYZ 17.07 8.87 3 -
YUV 59.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 170 7 42 0 0.96 0.75 0.33 347.12 0.92 0.35
Hex AA 7 2A 0 60 4B 21 15B 5C 23
Octal 252 7 52 0 140 113 41 533 134 43
Binary 10101010 111 101010 0 1100000 1001011 100001 101011011 1011100 100011

Color Harmonies of #AA072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA072A

Black with #AA072A

Text Example


Text Example

White with #AA072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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