Html Css Color HEX #B93737 Medium Carmine

📋 copy color: '#B93737'

red 185 ◦ green 55 ◦ blue 55

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

Shades of Medium Carmine #B93737

Tints of Medium Carmine #B93737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

 BLUE value IS 55 (21.88% from 255) = 18.64%

R = 62.71%
G = 18.64%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B93737 (or 0xB93737) is known color: Medium Carmine. HEX triplet: B9, 37 and 37. RGB value is (185,55,55). Sum of RGB (Red+Green+Blue) = 185+55+55=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B93737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93737 is #46C8C8. Grayscale: #5D5D5D. Windows color (decimal): -4638921 or 3618745. OLE color: 3618745.

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

Color convert

RGB 185 55 55 -
CMYK 0 0.70 0.70 0.27
HSL 0.54% 0.47% -
HSV(B) 0.7% 0.73% -
XYZ 22.06 13.32 5.02 -
YUV 93.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 185 55 55 0 0.70 0.70 0.27 0 0.54 0.47
Hex B9 37 37 0 46 46 1B 0 36 2F
Octal 271 67 67 0 106 106 33 0 66 57
Binary 10111001 110111 110111 0 1000110 1000110 11011 0 110110 101111

Color Harmonies of #B93737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93737

Black with #B93737

Text Example


Text Example

White with #B93737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93737; }

 p { color: rgb(185,55,55); }

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

background-color css

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

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

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

border-color css

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

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

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