#A93A36

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

Shades of Medium Carmine #A93A36

Tints of Medium Carmine #A93A36

Color information

#A93A36 (or 0xA93A36) is unknown color: approx Medium Carmine. HEX triplet: A9, 3A and 36. RGB value is (169,58,54). Sum of RGB (Red+Green+Blue) = 169+58+54=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A36 is #56C5C9. Grayscale: #5A5A5A. Windows color (decimal): -5686730 or 3553961. OLE color: 3553961.

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

Color convert

RGB1695854-
CMYK00.660.680.34
HSL2.09º51.57%43.73%-
HSV(B)2.09º68.05%66.27%-
XYZ18.5411.734.78-
YUV90.73107.27183.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=60.14%
G=20.64%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169585400.660.680.342.0951.5743.73
HexA93A3604244222342c
Octal251726601021044226454
Binary1010100111101011011001000010100010010001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A36; }

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

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

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

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

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

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

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

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