Html Css Color HEX #B93732 Medium Carmine

📋 copy color: '#B93732'

red 185 ◦ green 55 ◦ blue 50

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

Shades of Medium Carmine #B93732

Tints of Medium Carmine #B93732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 63.79%
G = 18.97%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B93732 (or 0xB93732) is known color: Medium Carmine. HEX triplet: B9, 37 and 32. RGB value is (185,55,50). Sum of RGB (Red+Green+Blue) = 185+55+50=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B93732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93732 is #46C8CD. Grayscale: #5D5D5D. Windows color (decimal): -4638926 or 3291065. OLE color: 3291065.

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

Color convert

RGB 185 55 50 -
CMYK 0 0.70 0.73 0.27
HSL 2.22º 0.57% 0.46% -
HSV(B) 2.22º 0.73% 0.73% -
XYZ 21.95 13.28 4.42 -
YUV 93.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 185 55 50 0 0.70 0.73 0.27 2.22 0.57 0.46
Hex B9 37 32 0 46 49 1B 2 39 2E
Octal 271 67 62 0 106 111 33 2 71 56
Binary 10111001 110111 110010 0 1000110 1001001 11011 10 111001 101110

Color Harmonies of #B93732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93732

Black with #B93732

Text Example


Text Example

White with #B93732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93732; }

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

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

background-color css

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

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

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

border-color css

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

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

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