Html Css Color HEX #B93931 Medium Carmine

📋 copy color: '#B93931'

red 185 ◦ green 57 ◦ blue 49

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

Shades of Medium Carmine #B93931

Tints of Medium Carmine #B93931

RGB

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

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

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

R = 63.57%
G = 19.59%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93931 (or 0xB93931) is known color: Medium Carmine. HEX triplet: B9, 39 and 31. RGB value is (185,57,49). Sum of RGB (Red+Green+Blue) = 185+57+49=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93931 is #46C6CE. Grayscale: #5E5E5E. Windows color (decimal): -4638415 or 3226041. OLE color: 3226041.

HSL color Cylindrical-coordinate representation of color #B93931: hue angle of 3.53º 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 #B93931 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 49 -
CMYK 0 0.69 0.74 0.27
HSL 3.53º 0.58% 0.46% -
HSV(B) 3.53º 0.74% 0.73% -
XYZ 22.03 13.46 4.34 -
YUV 94.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 185 57 49 0 0.69 0.74 0.27 3.53 0.58 0.46
Hex B9 39 31 0 45 4A 1B 4 3A 2E
Octal 271 71 61 0 105 112 33 4 72 56
Binary 10111001 111001 110001 0 1000101 1001010 11011 100 111010 101110

Color Harmonies of #B93931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93931

Black with #B93931

Text Example


Text Example

White with #B93931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93931; }

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

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

background-color css

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

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

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

border-color css

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

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

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