Html Css Color HEX #A73C2C Medium Carmine

📋 copy color: '#A73C2C'

red 167 ◦ green 60 ◦ blue 44

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

Shades of Medium Carmine #A73C2C

Tints of Medium Carmine #A73C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

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

R = 61.62%
G = 22.14%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A73C2C (or 0xA73C2C) is known color: Medium Carmine. HEX triplet: A7, 3C and 2C. RGB value is (167,60,44). Sum of RGB (Red+Green+Blue) = 167+60+44=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C2C is #58C3D3. Grayscale: #5A5A5A. Windows color (decimal): -5817300 or 2899111. OLE color: 2899111.

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

Color convert

RGB 167 60 44 -
CMYK 0 0.64 0.74 0.35
HSL 7.8º 0.58% 0.41% -
HSV(B) 7.8º 0.74% 0.65% -
XYZ 18.01 11.63 3.68 -
YUV 90.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 167 60 44 0 0.64 0.74 0.35 7.8 0.58 0.41
Hex A7 3C 2C 0 40 4A 23 8 3A 29
Octal 247 74 54 0 100 112 43 10 72 51
Binary 10100111 111100 101100 0 1000000 1001010 100011 1000 111010 101001

Color Harmonies of #A73C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73C2C

Black with #A73C2C

Text Example


Text Example

White with #A73C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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