#A73A2D

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

Shades of Medium Carmine #A73A2D

Tints of Medium Carmine #A73A2D

Color information

#A73A2D (or 0xA73A2D) is unknown color: approx Medium Carmine. HEX triplet: A7, 3A and 2D. RGB value is (167,58,45). Sum of RGB (Red+Green+Blue) = 167+58+45=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73A2D is #58C5D2. Grayscale: #595959. Windows color (decimal): -5817811 or 2964135. OLE color: 2964135.

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

Color convert

RGB1675845-
CMYK00.650.730.35
HSL6.39º57.55%41.57%-
HSV(B)6.39º73.05%65.49%-
XYZ17.9211.433.74-
YUV89.11103.11183.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.85%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=61.85%
G=21.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167584500.650.730.356.3957.5541.57
HexA73A2D041492363a2a
Octal247725501011114367252
Binary10100111111010101101010000011001001100011110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A2D; }

 p { color: rgb(167,58,45); }

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

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

 a { background-color: rgb(167,58,45); }

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

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

 span { border-color: rgb(167,58,45); }

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