Html Css Color HEX #A7392F Medium Carmine

📋 copy color: '#A7392F'

red 167 ◦ green 57 ◦ blue 47

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

Shades of Medium Carmine #A7392F

Tints of Medium Carmine #A7392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.03%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 61.62%
G = 21.03%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7392F (or 0xA7392F) is known color: Medium Carmine. HEX triplet: A7, 39 and 2F. RGB value is (167,57,47). Sum of RGB (Red+Green+Blue) = 167+57+47=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A7392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7392F is #58C6D0. Grayscale: #585858. Windows color (decimal): -5818065 or 3094951. OLE color: 3094951.

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

Color convert

RGB 167 57 47 -
CMYK 0 0.66 0.72 0.35
HSL 0.56% 0.42% -
HSV(B) 0.72% 0.65% -
XYZ 17.91 11.35 3.94 -
YUV 88.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 167 57 47 0 0.66 0.72 0.35 5 0.56 0.42
Hex A7 39 2F 0 42 48 23 5 38 2A
Octal 247 71 57 0 102 110 43 5 70 52
Binary 10100111 111001 101111 0 1000010 1001000 100011 101 111000 101010

Color Harmonies of #A7392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7392F

Black with #A7392F

Text Example


Text Example

White with #A7392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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