Html Css Color HEX #AA362E Medium Carmine

📋 copy color: '#AA362E'

red 170 ◦ green 54 ◦ blue 46

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

Shades of Medium Carmine #AA362E

Tints of Medium Carmine #AA362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 62.96%
G = 20%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA362E (or 0xAA362E) is known color: Medium Carmine. HEX triplet: AA, 36 and 2E. RGB value is (170,54,46). Sum of RGB (Red+Green+Blue) = 170+54+46=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA362E is #55C9D1. Grayscale: #575757. Windows color (decimal): -5622226 or 3028650. OLE color: 3028650.

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

Color convert

RGB 170 54 46 -
CMYK 0 0.68 0.73 0.33
HSL 3.87º 0.57% 0.42% -
HSV(B) 3.87º 0.73% 0.67% -
XYZ 18.39 11.38 3.81 -
YUV 87.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 170 54 46 0 0.68 0.73 0.33 3.87 0.57 0.42
Hex AA 36 2E 0 44 49 21 4 39 2A
Octal 252 66 56 0 104 111 41 4 71 52
Binary 10101010 110110 101110 0 1000100 1001001 100001 100 111001 101010

Color Harmonies of #AA362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA362E

Black with #AA362E

Text Example


Text Example

White with #AA362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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