Html Css Color HEX #A74136 Medium Carmine

📋 copy color: '#A74136'

red 167 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #A74136

Tints of Medium Carmine #A74136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 58.39%
G = 22.73%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A74136 (or 0xA74136) is known color: Medium Carmine. HEX triplet: A7, 41 and 36. RGB value is (167,65,54). Sum of RGB (Red+Green+Blue) = 167+65+54=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A74136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74136 is #58BEC9. Grayscale: #5E5E5E. Windows color (decimal): -5816010 or 3555751. OLE color: 3555751.

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

Color convert

RGB 167 65 54 -
CMYK 0 0.61 0.68 0.35
HSL 5.84º 0.51% 0.43% -
HSV(B) 5.84º 0.68% 0.65% -
XYZ 18.49 12.26 4.88 -
YUV 94.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 167 65 54 0 0.61 0.68 0.35 5.84 0.51 0.43
Hex A7 41 36 0 3D 44 23 6 33 2B
Octal 247 101 66 0 75 104 43 6 63 53
Binary 10100111 1000001 110110 0 111101 1000100 100011 110 110011 101011

Color Harmonies of #A74136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74136

Black with #A74136

Text Example


Text Example

White with #A74136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74136; }

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

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

background-color css

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

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

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

border-color css

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

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

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