#A73F35

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

Shades of Medium Carmine #A73F35

Tints of Medium Carmine #A73F35

Color information

#A73F35 (or 0xA73F35) is unknown color: approx Medium Carmine. HEX triplet: A7, 3F and 35. RGB value is (167,63,53). Sum of RGB (Red+Green+Blue) = 167+63+53=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73F35 is #58C0CA. Grayscale: #5D5D5D. Windows color (decimal): -5816523 or 3489703. OLE color: 3489703.

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

Color convert

RGB1676353-
CMYK00.620.680.35
HSL5.26º51.82%43.14%-
HSV(B)5.26º68.26%65.49%-
XYZ18.3612.034.72-
YUV92.96105.46180.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=59.01%
G=22.26%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167635300.620.680.355.2651.8243.14
HexA73F3503E44235342b
Octal24777650761044356453
Binary1010011111111111010101111101000100100011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73F35; }

 p { color: rgb(167,63,53); }

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

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

 a { background-color: rgb(167,63,53); }

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

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

 span { border-color: rgb(167,63,53); }

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