Html Css Color HEX #B7392C Medium Carmine

📋 copy color: '#B7392C'

red 183 ◦ green 57 ◦ blue 44

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

Shades of Medium Carmine #B7392C

Tints of Medium Carmine #B7392C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 64.44%
G = 20.07%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7392C (or 0xB7392C) is known color: Medium Carmine. HEX triplet: B7, 39 and 2C. RGB value is (183,57,44). Sum of RGB (Red+Green+Blue) = 183+57+44=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7392C is #48C6D3. Grayscale: #5D5D5D. Windows color (decimal): -4769492 or 2898359. OLE color: 2898359.

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

Color convert

RGB 183 57 44 -
CMYK 0 0.69 0.76 0.28
HSL 5.61º 0.61% 0.45% -
HSV(B) 5.61º 0.76% 0.72% -
XYZ 21.45 13.18 3.8 -
YUV 93.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 183 57 44 0 0.69 0.76 0.28 5.61 0.61 0.45
Hex B7 39 2C 0 45 4C 1C 6 3D 2D
Octal 267 71 54 0 105 114 34 6 75 55
Binary 10110111 111001 101100 0 1000101 1001100 11100 110 111101 101101

Color Harmonies of #B7392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7392C

Black with #B7392C

Text Example


Text Example

White with #B7392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7392C; }

 p { color: rgb(183,57,44); }

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

background-color css

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

 a { background-color: rgb(183,57,44); }

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

border-color css

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

 span { border-color: rgb(183,57,44); }

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