Html Css Color HEX #B93836 Medium Carmine

📋 copy color: '#B93836'

red 185 ◦ green 56 ◦ blue 54

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

Shades of Medium Carmine #B93836

Tints of Medium Carmine #B93836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.31%

R = 62.71%
G = 18.98%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B93836 (or 0xB93836) is known color: Medium Carmine. HEX triplet: B9, 38 and 36. RGB value is (185,56,54). Sum of RGB (Red+Green+Blue) = 185+56+54=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B93836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93836 is #46C7C9. Grayscale: #5E5E5E. Windows color (decimal): -4638666 or 3553465. OLE color: 3553465.

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

Color convert

RGB 185 56 54 -
CMYK 0 0.70 0.71 0.27
HSL 0.92º 0.55% 0.47% -
HSV(B) 0.92º 0.71% 0.73% -
XYZ 22.09 13.41 4.91 -
YUV 94.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 185 56 54 0 0.70 0.71 0.27 0.92 0.55 0.47
Hex B9 38 36 0 46 47 1B 1 37 2F
Octal 271 70 66 0 106 107 33 1 67 57
Binary 10111001 111000 110110 0 1000110 1000111 11011 1 110111 101111

Color Harmonies of #B93836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93836

Black with #B93836

Text Example


Text Example

White with #B93836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93836; }

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

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

background-color css

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

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

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

border-color css

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

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

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