Html Css Color HEX #AA3D2D Medium Carmine

📋 copy color: '#AA3D2D'

red 170 ◦ green 61 ◦ blue 45

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

Shades of Medium Carmine #AA3D2D

Tints of Medium Carmine #AA3D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 61.59%
G = 22.1%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA3D2D (or 0xAA3D2D) is known color: Medium Carmine. HEX triplet: AA, 3D and 2D. RGB value is (170,61,45). Sum of RGB (Red+Green+Blue) = 170+61+45=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D2D is #55C2D2. Grayscale: #5B5B5B. Windows color (decimal): -5620435 or 2964906. OLE color: 2964906.

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

Color convert

RGB 170 61 45 -
CMYK 0 0.64 0.74 0.33
HSL 7.68º 0.58% 0.42% -
HSV(B) 7.68º 0.74% 0.67% -
XYZ 18.72 12.07 3.83 -
YUV 91.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 170 61 45 0 0.64 0.74 0.33 7.68 0.58 0.42
Hex AA 3D 2D 0 40 4A 21 8 3A 2A
Octal 252 75 55 0 100 112 41 10 72 52
Binary 10101010 111101 101101 0 1000000 1001010 100001 1000 111010 101010

Color Harmonies of #AA3D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D2D

Black with #AA3D2D

Text Example


Text Example

White with #AA3D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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