#A9392A

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

Shades of Medium Carmine #A9392A

Tints of Medium Carmine #A9392A

Color information

#A9392A (or 0xA9392A) is unknown color: approx Medium Carmine. HEX triplet: A9, 39 and 2A. RGB value is (169,57,42). Sum of RGB (Red+Green+Blue) = 169+57+42=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9392A is #56C6D5. Grayscale: #585858. Windows color (decimal): -5686998 or 2767273. OLE color: 2767273.

HSL color Cylindrical-coordinate representation of color #A9392A: hue angle of 7.09º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9392A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1695742-
CMYK00.660.750.34
HSL7.09º60.19%41.37%-
HSV(B)7.09º75.15%66.27%-
XYZ18.2411.533.45-
YUV88.78101.61185.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.06%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 42 (16.80% from 255) = 15.67%
R=63.06%
G=21.27%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169574200.660.750.347.0960.1941.37
HexA9392A0424B2273c29
Octal251715201021134277451
Binary10101001111001101010010000101001011100010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9392A; }

 p { color: rgb(169,57,42); }

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

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

 a { background-color: rgb(169,57,42); }

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

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

 span { border-color: rgb(169,57,42); }

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