Html Css Color HEX #A73C2E Medium Carmine

📋 copy color: '#A73C2E'

red 167 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #A73C2E

Tints of Medium Carmine #A73C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 61.17%
G = 21.98%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A73C2E (or 0xA73C2E) is known color: Medium Carmine. HEX triplet: A7, 3C and 2E. RGB value is (167,60,46). Sum of RGB (Red+Green+Blue) = 167+60+46=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C2E is #58C3D1. Grayscale: #5A5A5A. Windows color (decimal): -5817298 or 3030183. OLE color: 3030183.

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

Color convert

RGB 167 60 46 -
CMYK 0 0.64 0.72 0.35
HSL 6.94º 0.57% 0.42% -
HSV(B) 6.94º 0.72% 0.65% -
XYZ 18.05 11.64 3.88 -
YUV 90.4 102.95 182.64 -
System Red Green Blue C M Y K H S L
Decimal 167 60 46 0 0.64 0.72 0.35 6.94 0.57 0.42
Hex A7 3C 2E 0 40 48 23 7 39 2A
Octal 247 74 56 0 100 110 43 7 71 52
Binary 10100111 111100 101110 0 1000000 1001000 100011 111 111001 101010

Color Harmonies of #A73C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73C2E

Black with #A73C2E

Text Example


Text Example

White with #A73C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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