#A73D33

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

Shades of Medium Carmine #A73D33

Tints of Medium Carmine #A73D33

Color information

#A73D33 (or 0xA73D33) is unknown color: approx Medium Carmine. HEX triplet: A7, 3D and 33. RGB value is (167,61,51). Sum of RGB (Red+Green+Blue) = 167+61+51=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73D33 is #58C2CC. Grayscale: #5B5B5B. Windows color (decimal): -5817037 or 3358119. OLE color: 3358119.

HSL color Cylindrical-coordinate representation of color #A73D33: hue angle of 5.17º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73D33 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1676151-
CMYK00.630.690.35
HSL5.17º53.21%42.75%-
HSV(B)5.17º69.46%65.49%-
XYZ18.211.794.45-
YUV91.55105.12181.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.86%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=59.86%
G=21.86%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167615100.630.690.355.1753.2142.75
HexA73D3303F45235352b
Octal24775630771054356553
Binary1010011111110111001101111111000101100011101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D33; }

 p { color: rgb(167,61,51); }

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

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

 a { background-color: rgb(167,61,51); }

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

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

 span { border-color: rgb(167,61,51); }

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