Html Css Color HEX #AA423C Medium Carmine

📋 copy color: '#AA423C'

red 170 ◦ green 66 ◦ blue 60

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

Shades of Medium Carmine #AA423C

Tints of Medium Carmine #AA423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 57.43%
G = 22.3%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA423C (or 0xAA423C) is known color: Medium Carmine. HEX triplet: AA, 42 and 3C. RGB value is (170,66,60). Sum of RGB (Red+Green+Blue) = 170+66+60=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423C is #55BDC3. Grayscale: #606060. Windows color (decimal): -5619140 or 3949226. OLE color: 3949226.

HSL color Cylindrical-coordinate representation of color #AA423C: hue angle of 3.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA423C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 60 -
CMYK 0 0.61 0.65 0.33
HSL 3.27º 0.48% 0.45% -
HSV(B) 3.27º 0.65% 0.67% -
XYZ 19.34 12.77 5.72 -
YUV 96.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 170 66 60 0 0.61 0.65 0.33 3.27 0.48 0.45
Hex AA 42 3C 0 3D 41 21 3 30 2D
Octal 252 102 74 0 75 101 41 3 60 55
Binary 10101010 1000010 111100 0 111101 1000001 100001 11 110000 101101

Color Harmonies of #AA423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA423C

Black with #AA423C

Text Example


Text Example

White with #AA423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA423C; }

 p { color: rgb(170,66,60); }

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

background-color css

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

 a { background-color: rgb(170,66,60); }

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

border-color css

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

 span { border-color: rgb(170,66,60); }

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