#A93F36

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

Shades of Medium Carmine #A93F36

Tints of Medium Carmine #A93F36

Color information

#A93F36 (or 0xA93F36) is unknown color: approx Medium Carmine. HEX triplet: A9, 3F and 36. RGB value is (169,63,54). Sum of RGB (Red+Green+Blue) = 169+63+54=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93F36 is #56C0C9. Grayscale: #5D5D5D. Windows color (decimal): -5685450 or 3555241. OLE color: 3555241.

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

Color convert

RGB1696354-
CMYK00.630.680.34
HSL4.7º51.57%43.73%-
HSV(B)4.7º68.05%66.27%-
XYZ18.8112.264.86-
YUV93.67105.62181.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 63 (25% from 255) = 22.03%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=59.09%
G=22.03%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169635400.630.680.344.751.5743.73
HexA93F3603F44225342c
Octal25177660771044256454
Binary1010100111111111011001111111000100100010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F36; }

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

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

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

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

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

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

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

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