Html Css Color HEX #AA3D32 Medium Carmine

📋 copy color: '#AA3D32'

red 170 ◦ green 61 ◦ blue 50

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

Shades of Medium Carmine #AA3D32

Tints of Medium Carmine #AA3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 60.5%
G = 21.71%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA3D32 (or 0xAA3D32) is known color: Medium Carmine. HEX triplet: AA, 3D and 32. RGB value is (170,61,50). Sum of RGB (Red+Green+Blue) = 170+61+50=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D32 is #55C2CD. Grayscale: #5C5C5C. Windows color (decimal): -5620430 or 3292586. OLE color: 3292586.

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

Color convert

RGB 170 61 50 -
CMYK 0 0.64 0.71 0.33
HSL 5.5º 0.55% 0.43% -
HSV(B) 5.5º 0.71% 0.67% -
XYZ 18.82 12.11 4.36 -
YUV 92.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 170 61 50 0 0.64 0.71 0.33 5.5 0.55 0.43
Hex AA 3D 32 0 40 47 21 6 37 2B
Octal 252 75 62 0 100 107 41 6 67 53
Binary 10101010 111101 110010 0 1000000 1000111 100001 110 110111 101011

Color Harmonies of #AA3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D32

Black with #AA3D32

Text Example


Text Example

White with #AA3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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