#A93A2A

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

Shades of Medium Carmine #A93A2A

Tints of Medium Carmine #A93A2A

Color information

#A93A2A (or 0xA93A2A) is unknown color: approx Medium Carmine. HEX triplet: A9, 3A and 2A. RGB value is (169,58,42). Sum of RGB (Red+Green+Blue) = 169+58+42=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A2A is #56C5D5. Grayscale: #595959. Windows color (decimal): -5686742 or 2767529. OLE color: 2767529.

HSL color Cylindrical-coordinate representation of color #A93A2A: hue angle of 7.56º 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 #A93A2A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1695842-
CMYK00.660.750.34
HSL7.56º60.19%41.37%-
HSV(B)7.56º75.15%66.27%-
XYZ18.2911.633.47-
YUV89.36101.27184.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=62.83%
G=21.56%
B=15.61%

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
Decimal169584200.660.750.347.5660.1941.37
HexA93A2A0424B2283c29
Octal2517252010211342107451
Binary101010011110101010100100001010010111000101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A2A; }

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

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

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

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

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

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

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

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