#AA3834

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

Shades of Medium Carmine #AA3834

Tints of Medium Carmine #AA3834

Color information

#AA3834 (or 0xAA3834) is unknown color: approx Medium Carmine. HEX triplet: AA, 38 and 34. RGB value is (170,56,52). Sum of RGB (Red+Green+Blue) = 170+56+52=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3834 is #55C7CB. Grayscale: #595959. Windows color (decimal): -5621708 or 3422378. OLE color: 3422378.

HSL color Cylindrical-coordinate representation of color #AA3834: hue angle of 2.03º degrees, saturation: 0.53, 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 #AA3834 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1705652-
CMYK00.670.690.33
HSL2.03º53.15%43.53%-
HSV(B)2.03º69.41%66.67%-
XYZ18.6111.624.51-
YUV89.63106.77185.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=61.15%
G=20.14%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170565200.670.690.332.0353.1543.53
HexAA383404345212352c
Octal252706401031054126554
Binary1010101011100011010001000011100010110000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3834; }

 p { color: rgb(170,56,52); }

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

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

 a { background-color: rgb(170,56,52); }

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

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

 span { border-color: rgb(170,56,52); }

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