Html Css Color HEX #AA423D Medium Carmine

📋 copy color: '#AA423D'

red 170 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #AA423D

Tints of Medium Carmine #AA423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 57.24%
G = 22.22%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA423D (or 0xAA423D) is known color: Medium Carmine. HEX triplet: AA, 42 and 3D. RGB value is (170,66,61). Sum of RGB (Red+Green+Blue) = 170+66+61=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423D is #55BDC2. Grayscale: #606060. Windows color (decimal): -5619139 or 4014762. OLE color: 4014762.

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

Color convert

RGB 170 66 61 -
CMYK 0 0.61 0.64 0.33
HSL 2.75º 0.47% 0.45% -
HSV(B) 2.75º 0.64% 0.67% -
XYZ 19.37 12.78 5.86 -
YUV 96.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 170 66 61 0 0.61 0.64 0.33 2.75 0.47 0.45
Hex AA 42 3D 0 3D 40 21 3 2F 2D
Octal 252 102 75 0 75 100 41 3 57 55
Binary 10101010 1000010 111101 0 111101 1000000 100001 11 101111 101101

Color Harmonies of #AA423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA423D

Black with #AA423D

Text Example


Text Example

White with #AA423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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