Html Css Color HEX #AA442D Medium Carmine

📋 copy color: '#AA442D'

red 170 ◦ green 68 ◦ blue 45

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

Shades of Medium Carmine #AA442D

Tints of Medium Carmine #AA442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 60.07%
G = 24.03%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA442D (or 0xAA442D) is known color: Medium Carmine. HEX triplet: AA, 44 and 2D. RGB value is (170,68,45). Sum of RGB (Red+Green+Blue) = 170+68+45=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA442D is #55BBD2. Grayscale: #606060. Windows color (decimal): -5618643 or 2966698. OLE color: 2966698.

HSL color Cylindrical-coordinate representation of color #AA442D: hue angle of 11.04º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA442D is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 45 -
CMYK 0 0.6 0.74 0.33
HSL 11.04º 0.58% 0.42% -
HSV(B) 11.04º 0.74% 0.67% -
XYZ 19.12 12.87 3.96 -
YUV 95.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 170 68 45 0 0.6 0.74 0.33 11.04 0.58 0.42
Hex AA 44 2D 0 3C 4A 21 B 3A 2A
Octal 252 104 55 0 74 112 41 13 72 52
Binary 10101010 1000100 101101 0 111100 1001010 100001 1011 111010 101010

Color Harmonies of #AA442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA442D

Black with #AA442D

Text Example


Text Example

White with #AA442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA442D; }

 p { color: rgb(170,68,45); }

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

background-color css

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

 a { background-color: rgb(170,68,45); }

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

border-color css

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

 span { border-color: rgb(170,68,45); }

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