Html Css Color HEX #AA423A Medium Carmine

📋 copy color: '#AA423A'

red 170 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #AA423A

Tints of Medium Carmine #AA423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 57.82%
G = 22.45%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA423A (or 0xAA423A) is known color: Medium Carmine. HEX triplet: AA, 42 and 3A. RGB value is (170,66,58). Sum of RGB (Red+Green+Blue) = 170+66+58=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423A is #55BDC5. Grayscale: #606060. Windows color (decimal): -5619142 or 3818154. OLE color: 3818154.

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

Color convert

RGB 170 66 58 -
CMYK 0 0.61 0.66 0.33
HSL 4.29º 0.49% 0.45% -
HSV(B) 4.29º 0.66% 0.67% -
XYZ 19.29 12.75 5.45 -
YUV 96.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 170 66 58 0 0.61 0.66 0.33 4.29 0.49 0.45
Hex AA 42 3A 0 3D 42 21 4 31 2D
Octal 252 102 72 0 75 102 41 4 61 55
Binary 10101010 1000010 111010 0 111101 1000010 100001 100 110001 101101

Color Harmonies of #AA423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA423A

Black with #AA423A

Text Example


Text Example

White with #AA423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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