#AA3D2F

Color #AA3D2F Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AA3D2F

Tints of Medium Carmine #AA3D2F

Color information

#AA3D2F (or 0xAA3D2F) is unknown color: approx 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

RGB1706147-
CMYK00.640.720.33
HSL6.83º56.68%42.55%-
HSV(B)6.83º72.35%66.67%-
XYZ18.7612.094.03-
YUV92102.61183.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170614700.640.720.336.8356.6842.55
HexAA3D2F04048217392b
Octal252755701001104177153
Binary10101010111101101111010000001001000100001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>