Html Css Color HEX #AA072C Carmine

📋 copy color: '#AA072C'

red 170 ◦ green 7 ◦ blue 44

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

Shades of Carmine #AA072C

Tints of Carmine #AA072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 76.92%
G = 3.17%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA072C (or 0xAA072C) is known color: Carmine. HEX triplet: AA, 07 and 2C. RGB value is (170,7,44). Sum of RGB (Red+Green+Blue) = 170+7+44=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA072C is #55F8D3. Grayscale: #3B3B3B. Windows color (decimal): -5634260 or 2885546. OLE color: 2885546.

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

Color convert

RGB 170 7 44 -
CMYK 0 0.96 0.74 0.33
HSL 346.38º 0.92% 0.35% -
HSV(B) 346.38º 0.96% 0.67% -
XYZ 17.11 8.88 3.2 -
YUV 59.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 170 7 44 0 0.96 0.74 0.33 346.38 0.92 0.35
Hex AA 7 2C 0 60 4A 21 15A 5C 23
Octal 252 7 54 0 140 112 41 532 134 43
Binary 10101010 111 101100 0 1100000 1001010 100001 101011010 1011100 100011

Color Harmonies of #AA072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA072C

Black with #AA072C

Text Example


Text Example

White with #AA072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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