Html Css Color HEX #B93837 Medium Carmine

📋 copy color: '#B93837'

red 185 ◦ green 56 ◦ blue 55

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

Shades of Medium Carmine #B93837

Tints of Medium Carmine #B93837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 62.5%
G = 18.92%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B93837 (or 0xB93837) is known color: Medium Carmine. HEX triplet: B9, 38 and 37. RGB value is (185,56,55). Sum of RGB (Red+Green+Blue) = 185+56+55=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B93837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93837 is #46C7C8. Grayscale: #5E5E5E. Windows color (decimal): -4638665 or 3619001. OLE color: 3619001.

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

Color convert

RGB 185 56 55 -
CMYK 0 0.70 0.70 0.27
HSL 0.46º 0.54% 0.47% -
HSV(B) 0.46º 0.7% 0.73% -
XYZ 22.11 13.42 5.04 -
YUV 94.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 185 56 55 0 0.70 0.70 0.27 0.46 0.54 0.47
Hex B9 38 37 0 46 46 1B 0 36 2F
Octal 271 70 67 0 106 106 33 0 66 57
Binary 10111001 111000 110111 0 1000110 1000110 11011 0 110110 101111

Color Harmonies of #B93837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93837

Black with #B93837

Text Example


Text Example

White with #B93837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93837; }

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

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

background-color css

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

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

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

border-color css

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

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

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