#A93A2B

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

Shades of Medium Carmine #A93A2B

Tints of Medium Carmine #A93A2B

Color information

#A93A2B (or 0xA93A2B) is unknown color: approx Medium Carmine. HEX triplet: A9, 3A and 2B. RGB value is (169,58,43). Sum of RGB (Red+Green+Blue) = 169+58+43=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A2B is #56C5D4. Grayscale: #595959. Windows color (decimal): -5686741 or 2833065. OLE color: 2833065.

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

Color convert

RGB1695843-
CMYK00.660.750.34
HSL7.14º59.43%41.57%-
HSV(B)7.14º74.56%66.27%-
XYZ18.3111.643.57-
YUV89.48101.77184.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.59%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=62.59%
G=21.48%
B=15.93%

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
Decimal169584300.660.750.347.1459.4341.57
HexA93A2B0424B2273b2a
Octal251725301021134277352
Binary10101001111010101011010000101001011100010111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A2B; }

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

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

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

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

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

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

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

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