Html Css Color HEX #B7473C Medium Carmine

📋 copy color: '#B7473C'

red 183 ◦ green 71 ◦ blue 60

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

Shades of Medium Carmine #B7473C

Tints of Medium Carmine #B7473C

RGB

 RED value IS 183 (71.88% from 255) = 58.28%

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 58.28%
G = 22.61%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7473C (or 0xB7473C) is known color: Medium Carmine. HEX triplet: B7, 47 and 3C. RGB value is (183,71,60). Sum of RGB (Red+Green+Blue) = 183+71+60=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7473C is #48B8C3. Grayscale: #676767. Windows color (decimal): -4765892 or 3950519. OLE color: 3950519.

HSL color Cylindrical-coordinate representation of color #B7473C: hue angle of 5.37º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7473C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 71 60 -
CMYK 0 0.61 0.67 0.28
HSL 5.37º 0.51% 0.48% -
HSV(B) 5.37º 0.67% 0.72% -
XYZ 22.6 14.9 5.96 -
YUV 103.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 183 71 60 0 0.61 0.67 0.28 5.37 0.51 0.48
Hex B7 47 3C 0 3D 43 1C 5 33 30
Octal 267 107 74 0 75 103 34 5 63 60
Binary 10110111 1000111 111100 0 111101 1000011 11100 101 110011 110000

Color Harmonies of #B7473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7473C

Black with #B7473C

Text Example


Text Example

White with #B7473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7473C; }

 p { color: rgb(183,71,60); }

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

background-color css

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

 a { background-color: rgb(183,71,60); }

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

border-color css

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

 span { border-color: rgb(183,71,60); }

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