Html Css Color HEX #A74139 Medium Carmine

📋 copy color: '#A74139'

red 167 ◦ green 65 ◦ blue 57

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

Shades of Medium Carmine #A74139

Tints of Medium Carmine #A74139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 57.79%
G = 22.49%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A74139 (or 0xA74139) is known color: Medium Carmine. HEX triplet: A7, 41 and 39. RGB value is (167,65,57). Sum of RGB (Red+Green+Blue) = 167+65+57=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A74139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74139 is #58BEC6. Grayscale: #5E5E5E. Windows color (decimal): -5816007 or 3752359. OLE color: 3752359.

HSL color Cylindrical-coordinate representation of color #A74139: hue angle of 4.36º degrees, saturation: 0.49, 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 #A74139 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 57 -
CMYK 0 0.61 0.66 0.35
HSL 4.36º 0.49% 0.44% -
HSV(B) 4.36º 0.66% 0.65% -
XYZ 18.57 12.29 5.26 -
YUV 94.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 167 65 57 0 0.61 0.66 0.35 4.36 0.49 0.44
Hex A7 41 39 0 3D 42 23 4 31 2C
Octal 247 101 71 0 75 102 43 4 61 54
Binary 10100111 1000001 111001 0 111101 1000010 100011 100 110001 101100

Color Harmonies of #A74139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74139

Black with #A74139

Text Example


Text Example

White with #A74139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74139; }

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

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

background-color css

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

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

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

border-color css

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

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

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