Html Css Color HEX #AA072B Carmine

📋 copy color: '#AA072B'

red 170 ◦ green 7 ◦ blue 43

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

Shades of Carmine #AA072B

Tints of Carmine #AA072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 77.27%
G = 3.18%
B = 19.55%

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

#AA072B (or 0xAA072B) is known color: Carmine. HEX triplet: AA, 07 and 2B. RGB value is (170,7,43). Sum of RGB (Red+Green+Blue) = 170+7+43=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA072B is #55F8D4. Grayscale: #3B3B3B. Windows color (decimal): -5634261 or 2820010. OLE color: 2820010.

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

Color convert

RGB 170 7 43 -
CMYK 0 0.96 0.75 0.33
HSL 346.75º 0.92% 0.35% -
HSV(B) 346.75º 0.96% 0.67% -
XYZ 17.09 8.87 3.1 -
YUV 59.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 170 7 43 0 0.96 0.75 0.33 346.75 0.92 0.35
Hex AA 7 2B 0 60 4B 21 15B 5C 23
Octal 252 7 53 0 140 113 41 533 134 43
Binary 10101010 111 101011 0 1100000 1001011 100001 101011011 1011100 100011

Color Harmonies of #AA072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA072B

Black with #AA072B

Text Example


Text Example

White with #AA072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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