#A73A35

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

Shades of Medium Carmine #A73A35

Tints of Medium Carmine #A73A35

Color information

#A73A35 (or 0xA73A35) is unknown color: approx Medium Carmine. HEX triplet: A7, 3A and 35. RGB value is (167,58,53). Sum of RGB (Red+Green+Blue) = 167+58+53=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73A35 is #58C5CA. Grayscale: #5A5A5A. Windows color (decimal): -5817803 or 3488423. OLE color: 3488423.

HSL color Cylindrical-coordinate representation of color #A73A35: hue angle of 2.63º 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 #A73A35 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1675853-
CMYK00.650.680.35
HSL2.63º51.82%43.14%-
HSV(B)2.63º68.26%65.49%-
XYZ18.0911.54.63-
YUV90.02107.11182.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.07%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=60.07%
G=20.86%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167585300.650.680.352.6351.8243.14
HexA73A3504144233342b
Octal247726501011044336453
Binary1010011111101011010101000001100010010001111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A35; }

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

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

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

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

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

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

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

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