Html Css Color HEX #B93D33 Medium Carmine

📋 copy color: '#B93D33'

red 185 ◦ green 61 ◦ blue 51

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

Shades of Medium Carmine #B93D33

Tints of Medium Carmine #B93D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

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

R = 62.29%
G = 20.54%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93D33 (or 0xB93D33) is known color: Medium Carmine. HEX triplet: B9, 3D and 33. RGB value is (185,61,51). Sum of RGB (Red+Green+Blue) = 185+61+51=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D33 is #46C2CC. Grayscale: #616161. Windows color (decimal): -4637389 or 3358137. OLE color: 3358137.

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

Color convert

RGB 185 61 51 -
CMYK 0 0.67 0.72 0.27
HSL 4.48º 0.57% 0.46% -
HSV(B) 4.48º 0.72% 0.73% -
XYZ 22.27 13.89 4.64 -
YUV 96.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 185 61 51 0 0.67 0.72 0.27 4.48 0.57 0.46
Hex B9 3D 33 0 43 48 1B 4 39 2E
Octal 271 75 63 0 103 110 33 4 71 56
Binary 10111001 111101 110011 0 1000011 1001000 11011 100 111001 101110

Color Harmonies of #B93D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D33

Black with #B93D33

Text Example


Text Example

White with #B93D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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