Html Css Color HEX #A74137 Medium Carmine

📋 copy color: '#A74137'

red 167 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #A74137

Tints of Medium Carmine #A74137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 58.19%
G = 22.65%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A74137 (or 0xA74137) is known color: Medium Carmine. HEX triplet: A7, 41 and 37. RGB value is (167,65,55). Sum of RGB (Red+Green+Blue) = 167+65+55=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A74137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74137 is #58BEC8. Grayscale: #5E5E5E. Windows color (decimal): -5816009 or 3621287. OLE color: 3621287.

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

Color convert

RGB 167 65 55 -
CMYK 0 0.61 0.67 0.35
HSL 5.36º 0.5% 0.44% -
HSV(B) 5.36º 0.67% 0.65% -
XYZ 18.52 12.27 5.01 -
YUV 94.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 167 65 55 0 0.61 0.67 0.35 5.36 0.5 0.44
Hex A7 41 37 0 3D 43 23 5 32 2C
Octal 247 101 67 0 75 103 43 5 62 54
Binary 10100111 1000001 110111 0 111101 1000011 100011 101 110010 101100

Color Harmonies of #A74137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74137

Black with #A74137

Text Example


Text Example

White with #A74137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74137; }

 p { color: rgb(167,65,55); }

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

background-color css

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

 a { background-color: rgb(167,65,55); }

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

border-color css

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

 span { border-color: rgb(167,65,55); }

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