Html Css Color HEX #A74735 Medium Carmine

📋 copy color: '#A74735'

red 167 ◦ green 71 ◦ blue 53

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

Shades of Medium Carmine #A74735

Tints of Medium Carmine #A74735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 57.39%
G = 24.4%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A74735 (or 0xA74735) is known color: Medium Carmine. HEX triplet: A7, 47 and 35. RGB value is (167,71,53). Sum of RGB (Red+Green+Blue) = 167+71+53=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A74735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74735 is #58B8CA. Grayscale: #616161. Windows color (decimal): -5814475 or 3491751. OLE color: 3491751.

HSL color Cylindrical-coordinate representation of color #A74735: hue angle of 9.47º degrees, saturation: 0.52, 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 #A74735 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 53 -
CMYK 0 0.57 0.68 0.35
HSL 9.47º 0.52% 0.43% -
HSV(B) 9.47º 0.68% 0.65% -
XYZ 18.83 12.98 4.88 -
YUV 97.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 167 71 53 0 0.57 0.68 0.35 9.47 0.52 0.43
Hex A7 47 35 0 39 44 23 9 34 2B
Octal 247 107 65 0 71 104 43 11 64 53
Binary 10100111 1000111 110101 0 111001 1000100 100011 1001 110100 101011

Color Harmonies of #A74735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74735

Black with #A74735

Text Example


Text Example

White with #A74735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74735; }

 p { color: rgb(167,71,53); }

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

background-color css

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

 a { background-color: rgb(167,71,53); }

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

border-color css

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

 span { border-color: rgb(167,71,53); }

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