Html Css Color HEX #B93834 Medium Carmine

📋 copy color: '#B93834'

red 185 ◦ green 56 ◦ blue 52

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

Shades of Medium Carmine #B93834

Tints of Medium Carmine #B93834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.11%

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 63.14%
G = 19.11%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93834 (or 0xB93834) is known color: Medium Carmine. HEX triplet: B9, 38 and 34. RGB value is (185,56,52). Sum of RGB (Red+Green+Blue) = 185+56+52=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B93834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93834 is #46C7CB. Grayscale: #5E5E5E. Windows color (decimal): -4638668 or 3422393. OLE color: 3422393.

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

Color convert

RGB 185 56 52 -
CMYK 0 0.70 0.72 0.27
HSL 1.8º 0.56% 0.46% -
HSV(B) 1.8º 0.72% 0.73% -
XYZ 22.04 13.39 4.67 -
YUV 94.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 185 56 52 0 0.70 0.72 0.27 1.8 0.56 0.46
Hex B9 38 34 0 46 48 1B 2 38 2E
Octal 271 70 64 0 106 110 33 2 70 56
Binary 10111001 111000 110100 0 1000110 1001000 11011 10 111000 101110

Color Harmonies of #B93834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93834

Black with #B93834

Text Example


Text Example

White with #B93834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93834; }

 p { color: rgb(185,56,52); }

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

background-color css

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

 a { background-color: rgb(185,56,52); }

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

border-color css

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

 span { border-color: rgb(185,56,52); }

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