Html Css Color HEX #AA3D2F Medium Carmine

📋 copy color: '#AA3D2F'

red 170 ◦ green 61 ◦ blue 47

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

Shades of Medium Carmine #AA3D2F

Tints of Medium Carmine #AA3D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 61.15%
G = 21.94%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA3D2F (or 0xAA3D2F) is known color: Medium Carmine. HEX triplet: AA, 3D and 2F. RGB value is (170,61,47). Sum of RGB (Red+Green+Blue) = 170+61+47=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D2F is #55C2D0. Grayscale: #5C5C5C. Windows color (decimal): -5620433 or 3095978. OLE color: 3095978.

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

Color convert

RGB 170 61 47 -
CMYK 0 0.64 0.72 0.33
HSL 6.83º 0.57% 0.43% -
HSV(B) 6.83º 0.72% 0.67% -
XYZ 18.76 12.09 4.03 -
YUV 92 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 170 61 47 0 0.64 0.72 0.33 6.83 0.57 0.43
Hex AA 3D 2F 0 40 48 21 7 39 2B
Octal 252 75 57 0 100 110 41 7 71 53
Binary 10101010 111101 101111 0 1000000 1001000 100001 111 111001 101011

Color Harmonies of #AA3D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D2F

Black with #AA3D2F

Text Example


Text Example

White with #AA3D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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