Html Css Color HEX #A74938 Medium Carmine

📋 copy color: '#A74938'

red 167 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #A74938

Tints of Medium Carmine #A74938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 56.42%
G = 24.66%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A74938 (or 0xA74938) is known color: Medium Carmine. HEX triplet: A7, 49 and 38. RGB value is (167,73,56). Sum of RGB (Red+Green+Blue) = 167+73+56=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A74938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74938 is #58B6C7. Grayscale: #636363. Windows color (decimal): -5813960 or 3688871. OLE color: 3688871.

HSL color Cylindrical-coordinate representation of color #A74938: hue angle of 9.19º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74938 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 56 -
CMYK 0 0.56 0.66 0.35
HSL 9.19º 0.5% 0.44% -
HSV(B) 9.19º 0.66% 0.65% -
XYZ 19.03 13.27 5.3 -
YUV 99.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 167 73 56 0 0.56 0.66 0.35 9.19 0.5 0.44
Hex A7 49 38 0 38 42 23 9 32 2C
Octal 247 111 70 0 70 102 43 11 62 54
Binary 10100111 1001001 111000 0 111000 1000010 100011 1001 110010 101100

Color Harmonies of #A74938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74938

Black with #A74938

Text Example


Text Example

White with #A74938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74938; }

 p { color: rgb(167,73,56); }

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

background-color css

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

 a { background-color: rgb(167,73,56); }

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

border-color css

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

 span { border-color: rgb(167,73,56); }

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