Html Css Color HEX #A74331 Medium Carmine

📋 copy color: '#A74331'

red 167 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #A74331

Tints of Medium Carmine #A74331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 59.01%
G = 23.67%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A74331 (or 0xA74331) is known color: Medium Carmine. HEX triplet: A7, 43 and 31. RGB value is (167,67,49). Sum of RGB (Red+Green+Blue) = 167+67+49=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A74331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74331 is #58BCCE. Grayscale: #5F5F5F. Windows color (decimal): -5815503 or 3228583. OLE color: 3228583.

HSL color Cylindrical-coordinate representation of color #A74331: hue angle of 9.15º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A74331 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 67 49 -
CMYK 0 0.60 0.71 0.35
HSL 9.15º 0.55% 0.42% -
HSV(B) 9.15º 0.71% 0.65% -
XYZ 18.5 12.45 4.33 -
YUV 94.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 167 67 49 0 0.60 0.71 0.35 9.15 0.55 0.42
Hex A7 43 31 0 3C 47 23 9 37 2A
Octal 247 103 61 0 74 107 43 11 67 52
Binary 10100111 1000011 110001 0 111100 1000111 100011 1001 110111 101010

Color Harmonies of #A74331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74331

Black with #A74331

Text Example


Text Example

White with #A74331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74331; }

 p { color: rgb(167,67,49); }

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

background-color css

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

 a { background-color: rgb(167,67,49); }

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

border-color css

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

 span { border-color: rgb(167,67,49); }

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