Html Css Color HEX #AA402C Medium Carmine

📋 copy color: '#AA402C'

red 170 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #AA402C

Tints of Medium Carmine #AA402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

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

R = 61.15%
G = 23.02%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA402C (or 0xAA402C) is known color: Medium Carmine. HEX triplet: AA, 40 and 2C. RGB value is (170,64,44). Sum of RGB (Red+Green+Blue) = 170+64+44=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA402C is #55BFD3. Grayscale: #5D5D5D. Windows color (decimal): -5619668 or 2900138. OLE color: 2900138.

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

Color convert

RGB 170 64 44 -
CMYK 0 0.62 0.74 0.33
HSL 9.52º 0.59% 0.42% -
HSV(B) 9.52º 0.74% 0.67% -
XYZ 18.87 12.39 3.78 -
YUV 93.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 170 64 44 0 0.62 0.74 0.33 9.52 0.59 0.42
Hex AA 40 2C 0 3E 4A 21 A 3B 2A
Octal 252 100 54 0 76 112 41 12 73 52
Binary 10101010 1000000 101100 0 111110 1001010 100001 1010 111011 101010

Color Harmonies of #AA402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA402C

Black with #AA402C

Text Example


Text Example

White with #AA402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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