Html Css Color HEX #B73931 Medium Carmine

📋 copy color: '#B73931'

red 183 ◦ green 57 ◦ blue 49

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

Shades of Medium Carmine #B73931

Tints of Medium Carmine #B73931

RGB

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

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

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

R = 63.32%
G = 19.72%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73931 (or 0xB73931) is known color: Medium Carmine. HEX triplet: B7, 39 and 31. RGB value is (183,57,49). Sum of RGB (Red+Green+Blue) = 183+57+49=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73931 is #48C6CE. Grayscale: #5D5D5D. Windows color (decimal): -4769487 or 3226039. OLE color: 3226039.

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

Color convert

RGB 183 57 49 -
CMYK 0 0.69 0.73 0.28
HSL 3.58º 0.58% 0.45% -
HSV(B) 3.58º 0.73% 0.72% -
XYZ 21.55 13.22 4.32 -
YUV 93.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 183 57 49 0 0.69 0.73 0.28 3.58 0.58 0.45
Hex B7 39 31 0 45 49 1C 4 3A 2D
Octal 267 71 61 0 105 111 34 4 72 55
Binary 10110111 111001 110001 0 1000101 1001001 11100 100 111010 101101

Color Harmonies of #B73931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73931

Black with #B73931

Text Example


Text Example

White with #B73931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73931; }

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

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

background-color css

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

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

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

border-color css

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

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

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