#AA3930

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

Shades of Medium Carmine #AA3930

Tints of Medium Carmine #AA3930

Color information

#AA3930 (or 0xAA3930) is unknown color: approx Medium Carmine. HEX triplet: AA, 39 and 30. RGB value is (170,57,48). Sum of RGB (Red+Green+Blue) = 170+57+48=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3930 is #55C6CF. Grayscale: #595959. Windows color (decimal): -5621456 or 3160490. OLE color: 3160490.

HSL color Cylindrical-coordinate representation of color #AA3930: hue angle of 4.43º degrees, saturation: 0.56, 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 #AA3930 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1705748-
CMYK00.660.720.33
HSL4.43º55.96%42.75%-
HSV(B)4.43º71.76%66.67%-
XYZ18.5711.694.07-
YUV89.76104.44185.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.82%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=61.82%
G=20.73%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170574800.660.720.334.4355.9642.75
HexAA393004248214382b
Octal252716001021104147053
Binary10101010111001110000010000101001000100001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3930; }

 p { color: rgb(170,57,48); }

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

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

 a { background-color: rgb(170,57,48); }

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

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

 span { border-color: rgb(170,57,48); }

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