Html Css Color HEX #B93731 Medium Carmine

📋 copy color: '#B93731'

red 185 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #B93731

Tints of Medium Carmine #B93731

RGB

 RED value IS 185 (72.66% from 255) = 64.01%

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 64.01%
G = 19.03%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93731 (or 0xB93731) is known color: Medium Carmine. HEX triplet: B9, 37 and 31. RGB value is (185,55,49). Sum of RGB (Red+Green+Blue) = 185+55+49=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B93731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93731 is #46C8CE. Grayscale: #5D5D5D. Windows color (decimal): -4638927 or 3225529. OLE color: 3225529.

HSL color Cylindrical-coordinate representation of color #B93731: hue angle of 2.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93731 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 49 -
CMYK 0 0.70 0.74 0.27
HSL 2.65º 0.58% 0.46% -
HSV(B) 2.65º 0.74% 0.73% -
XYZ 21.93 13.27 4.31 -
YUV 93.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 185 55 49 0 0.70 0.74 0.27 2.65 0.58 0.46
Hex B9 37 31 0 46 4A 1B 3 3A 2E
Octal 271 67 61 0 106 112 33 3 72 56
Binary 10111001 110111 110001 0 1000110 1001010 11011 11 111010 101110

Color Harmonies of #B93731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93731

Black with #B93731

Text Example


Text Example

White with #B93731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93731; }

 p { color: rgb(185,55,49); }

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

background-color css

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

 a { background-color: rgb(185,55,49); }

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

border-color css

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

 span { border-color: rgb(185,55,49); }

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