#A93A37

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

Shades of Medium Carmine #A93A37

Tints of Medium Carmine #A93A37

Color information

#A93A37 (or 0xA93A37) is unknown color: approx Medium Carmine. HEX triplet: A9, 3A and 37. RGB value is (169,58,55). Sum of RGB (Red+Green+Blue) = 169+58+55=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A37 is #56C5C8. Grayscale: #5A5A5A. Windows color (decimal): -5686729 or 3619497. OLE color: 3619497.

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

Color convert

RGB1695855-
CMYK00.660.670.34
HSL1.58º50.89%43.92%-
HSV(B)1.58º67.46%66.27%-
XYZ18.5611.744.9-
YUV90.85107.77183.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.93%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=59.93%
G=20.57%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169585500.660.670.341.5850.8943.92
HexA93A3704243222332c
Octal251726701021034226354
Binary1010100111101011011101000010100001110001010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A37; }

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

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

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

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

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

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

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

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