#a93c2d

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

Shades of Medium Carmine #A93C2D

Tints of Medium Carmine #A93C2D

Color information

#A93C2D (or 0xA93C2D) is unknown color: approx Medium Carmine. HEX triplet: A9, 3C and 2D. RGB value is (169,60,45). Sum of RGB (Red+Green+Blue) = 169+60+45=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C2D is #56C3D2. Grayscale: #5B5B5B. Windows color (decimal): -5686227 or 2964649. OLE color: 2964649.

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

Color convert

RGB1696045-
CMYK00.640.730.34
HSL7.26º57.94%41.96%-
HSV(B)7.26º73.37%66.27%-
XYZ18.4511.863.8-
YUV90.88102.11183.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 60 (23.83% from 255) = 21.90%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=61.68%
G=21.90%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169604500.640.730.347.2657.9441.96
HexA93C2D040492273a2a
Octal251745501001114277252
Binary10101001111100101101010000001001001100010111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93c2d; }

 p { color: rgb(169,60,45); }

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

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

 a { background-color: rgb(169,60,45); }

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

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

 span { border-color: rgb(169,60,45); }

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