Html Css Color HEX #B93C32 Medium Carmine

📋 copy color: '#B93C32'

red 185 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #B93C32

Tints of Medium Carmine #B93C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

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

R = 62.71%
G = 20.34%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B93C32 (or 0xB93C32) is known color: Medium Carmine. HEX triplet: B9, 3C and 32. RGB value is (185,60,50). Sum of RGB (Red+Green+Blue) = 185+60+50=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C32 is #46C3CD. Grayscale: #606060. Windows color (decimal): -4637646 or 3292345. OLE color: 3292345.

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

Color convert

RGB 185 60 50 -
CMYK 0 0.68 0.73 0.27
HSL 4.44º 0.57% 0.46% -
HSV(B) 4.44º 0.73% 0.73% -
XYZ 22.2 13.78 4.51 -
YUV 96.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 185 60 50 0 0.68 0.73 0.27 4.44 0.57 0.46
Hex B9 3C 32 0 44 49 1B 4 39 2E
Octal 271 74 62 0 104 111 33 4 71 56
Binary 10111001 111100 110010 0 1000100 1001001 11011 100 111001 101110

Color Harmonies of #B93C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C32

Black with #B93C32

Text Example


Text Example

White with #B93C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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