Html Css Color HEX #B93933 Medium Carmine

📋 copy color: '#B93933'

red 185 ◦ green 57 ◦ blue 51

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

Shades of Medium Carmine #B93933

Tints of Medium Carmine #B93933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 63.14%
G = 19.45%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93933 (or 0xB93933) is known color: Medium Carmine. HEX triplet: B9, 39 and 33. RGB value is (185,57,51). Sum of RGB (Red+Green+Blue) = 185+57+51=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B93933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93933 is #46C6CC. Grayscale: #5E5E5E. Windows color (decimal): -4638413 or 3357113. OLE color: 3357113.

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

Color convert

RGB 185 57 51 -
CMYK 0 0.69 0.72 0.27
HSL 2.69º 0.57% 0.46% -
HSV(B) 2.69º 0.72% 0.73% -
XYZ 22.07 13.48 4.57 -
YUV 94.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 185 57 51 0 0.69 0.72 0.27 2.69 0.57 0.46
Hex B9 39 33 0 45 48 1B 3 39 2E
Octal 271 71 63 0 105 110 33 3 71 56
Binary 10111001 111001 110011 0 1000101 1001000 11011 11 111001 101110

Color Harmonies of #B93933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93933

Black with #B93933

Text Example


Text Example

White with #B93933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93933; }

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

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

background-color css

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

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

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

border-color css

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

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

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