#AA3C35

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

Shades of Medium Carmine #AA3C35

Tints of Medium Carmine #AA3C35

Color information

#AA3C35 (or 0xAA3C35) is unknown color: approx Medium Carmine. HEX triplet: AA, 3C and 35. RGB value is (170,60,53). Sum of RGB (Red+Green+Blue) = 170+60+53=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C35 is #55C3CA. Grayscale: #5C5C5C. Windows color (decimal): -5620683 or 3488938. OLE color: 3488938.

HSL color Cylindrical-coordinate representation of color #AA3C35: hue angle of 3.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3C35 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1706053-
CMYK00.650.690.33
HSL3.59º52.47%43.73%-
HSV(B)3.59º68.82%66.67%-
XYZ18.8412.034.7-
YUV92.09105.94183.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=60.07%
G=21.20%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170605300.650.690.333.5952.4743.73
HexAA3C3504145214342c
Octal252746501011054146454
Binary10101010111100110101010000011000101100001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C35; }

 p { color: rgb(170,60,53); }

 H1.HeaderClassName
 {
   color: #AA3C35;
 }
 .AnyTagClassName
 {
   color: #AA3C35;
 }
</style>
background-color css

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

 a { background-color: rgb(170,60,53); }

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

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

 span { border-color: rgb(170,60,53); }

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