#a93c2f

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

Shades of Medium Carmine #A93C2F

Tints of Medium Carmine #A93C2F

Color information

#A93C2F (or 0xA93C2F) is unknown color: approx Medium Carmine. HEX triplet: A9, 3C and 2F. RGB value is (169,60,47). Sum of RGB (Red+Green+Blue) = 169+60+47=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C2F is #56C3D0. Grayscale: #5B5B5B. Windows color (decimal): -5686225 or 3095721. OLE color: 3095721.

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

Color convert

RGB1696047-
CMYK00.640.720.34
HSL6.39º56.48%42.35%-
HSV(B)6.39º72.19%66.27%-
XYZ18.4911.874.01-
YUV91.11103.11183.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.23%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=61.23%
G=21.74%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169604700.640.720.346.3956.4842.35
HexA93C2F04048226382a
Octal251745701001104267052
Binary10101001111100101111010000001001000100010110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93c2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93c2f; }

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

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

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

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

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

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

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

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