Html Css Color HEX #AA442E Medium Carmine

📋 copy color: '#AA442E'

red 170 ◦ green 68 ◦ blue 46

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

Shades of Medium Carmine #AA442E

Tints of Medium Carmine #AA442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 59.86%
G = 23.94%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA442E (or 0xAA442E) is known color: Medium Carmine. HEX triplet: AA, 44 and 2E. RGB value is (170,68,46). Sum of RGB (Red+Green+Blue) = 170+68+46=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA442E is #55BBD1. Grayscale: #606060. Windows color (decimal): -5618642 or 3032234. OLE color: 3032234.

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

Color convert

RGB 170 68 46 -
CMYK 0 0.6 0.73 0.33
HSL 10.65º 0.57% 0.42% -
HSV(B) 10.65º 0.73% 0.67% -
XYZ 19.14 12.88 4.06 -
YUV 95.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 170 68 46 0 0.6 0.73 0.33 10.65 0.57 0.42
Hex AA 44 2E 0 3C 49 21 B 39 2A
Octal 252 104 56 0 74 111 41 13 71 52
Binary 10101010 1000100 101110 0 111100 1001001 100001 1011 111001 101010

Color Harmonies of #AA442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA442E

Black with #AA442E

Text Example


Text Example

White with #AA442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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