#A73B31

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

Shades of Medium Carmine #A73B31

Tints of Medium Carmine #A73B31

Color information

#A73B31 (or 0xA73B31) is unknown color: approx Medium Carmine. HEX triplet: A7, 3B and 31. RGB value is (167,59,49). Sum of RGB (Red+Green+Blue) = 167+59+49=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73B31 is #58C4CE. Grayscale: #5A5A5A. Windows color (decimal): -5817551 or 3226535. OLE color: 3226535.

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

Color convert

RGB1675949-
CMYK00.650.710.35
HSL5.08º54.63%42.35%-
HSV(B)5.08º70.66%65.49%-
XYZ18.0511.574.19-
YUV90.15104.78182.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.73%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=60.73%
G=21.45%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167594900.650.710.355.0854.6342.35
HexA73B3104147235372a
Octal247736101011074356752
Binary10100111111011110001010000011000111100011101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73B31; }

 p { color: rgb(167,59,49); }

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

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

 a { background-color: rgb(167,59,49); }

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

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

 span { border-color: rgb(167,59,49); }

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