Html Css Color HEX #B93832 Medium Carmine

📋 copy color: '#B93832'

red 185 ◦ green 56 ◦ blue 50

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

Shades of Medium Carmine #B93832

Tints of Medium Carmine #B93832

RGB

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

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

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

R = 63.57%
G = 19.24%
B = 17.18%

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

#B93832 (or 0xB93832) is known color: Medium Carmine. HEX triplet: B9, 38 and 32. RGB value is (185,56,50). Sum of RGB (Red+Green+Blue) = 185+56+50=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93832 is #46C7CD. Grayscale: #5E5E5E. Windows color (decimal): -4638670 or 3291321. OLE color: 3291321.

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

Color convert

RGB 185 56 50 -
CMYK 0 0.70 0.73 0.27
HSL 2.67º 0.57% 0.46% -
HSV(B) 2.67º 0.73% 0.73% -
XYZ 22 13.37 4.44 -
YUV 93.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 185 56 50 0 0.70 0.73 0.27 2.67 0.57 0.46
Hex B9 38 32 0 46 49 1B 3 39 2E
Octal 271 70 62 0 106 111 33 3 71 56
Binary 10111001 111000 110010 0 1000110 1001001 11011 11 111001 101110

Color Harmonies of #B93832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93832

Black with #B93832

Text Example


Text Example

White with #B93832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93832; }

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

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

background-color css

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

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

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

border-color css

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

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

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