Html Css Color HEX #A74535 Medium Carmine

📋 copy color: '#A74535'

red 167 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #A74535

Tints of Medium Carmine #A74535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

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

R = 57.79%
G = 23.88%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A74535 (or 0xA74535) is known color: Medium Carmine. HEX triplet: A7, 45 and 35. RGB value is (167,69,53). Sum of RGB (Red+Green+Blue) = 167+69+53=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A74535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74535 is #58BACA. Grayscale: #606060. Windows color (decimal): -5814987 or 3491239. OLE color: 3491239.

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

Color convert

RGB 167 69 53 -
CMYK 0 0.59 0.68 0.35
HSL 8.42º 0.52% 0.43% -
HSV(B) 8.42º 0.68% 0.65% -
XYZ 18.71 12.73 4.84 -
YUV 96.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 167 69 53 0 0.59 0.68 0.35 8.42 0.52 0.43
Hex A7 45 35 0 3B 44 23 8 34 2B
Octal 247 105 65 0 73 104 43 10 64 53
Binary 10100111 1000101 110101 0 111011 1000100 100011 1000 110100 101011

Color Harmonies of #A74535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74535

Black with #A74535

Text Example


Text Example

White with #A74535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74535; }

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

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

background-color css

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

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

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

border-color css

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

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

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