Html Css Color HEX #A73D2C Medium Carmine

📋 copy color: '#A73D2C'

red 167 ◦ green 61 ◦ blue 44

#A73D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #A73D2C

Tints of Medium Carmine #A73D2C

RGB

 RED value IS 167 (65.63% from 255) = 61.4%

 GREEN value IS 61 (24.22% from 255) = 22.43%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 61.4%
G = 22.43%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A73D2C (or 0xA73D2C) is known color: Medium Carmine. HEX triplet: A7, 3D and 2C. RGB value is (167,61,44). Sum of RGB (Red+Green+Blue) = 167+61+44=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73D2C is #58C2D3. Grayscale: #5A5A5A. Windows color (decimal): -5817044 or 2899367. OLE color: 2899367.

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

Color convert

RGB 167 61 44 -
CMYK 0 0.63 0.74 0.35
HSL 8.29º 0.58% 0.41% -
HSV(B) 8.29º 0.74% 0.65% -
XYZ 18.06 11.73 3.7 -
YUV 90.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 167 61 44 0 0.63 0.74 0.35 8.29 0.58 0.41
Hex A7 3D 2C 0 3F 4A 23 8 3A 29
Octal 247 75 54 0 77 112 43 10 72 51
Binary 10100111 111101 101100 0 111111 1001010 100011 1000 111010 101001

Color Harmonies of #A73D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73D2C

Black with #A73D2C

Text Example


Text Example

White with #A73D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73D2C; }

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

 H1.HeaderClassName
 {
   color: #A73D2C;
 }
 .AnyTagClassName
 {
   color: #A73D2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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