Html Css Color HEX #B93C37 Medium Carmine

📋 copy color: '#B93C37'

red 185 ◦ green 60 ◦ blue 55

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

Shades of Medium Carmine #B93C37

Tints of Medium Carmine #B93C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

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

R = 61.67%
G = 20%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B93C37 (or 0xB93C37) is known color: Medium Carmine. HEX triplet: B9, 3C and 37. RGB value is (185,60,55). Sum of RGB (Red+Green+Blue) = 185+60+55=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C37 is #46C3C8. Grayscale: #606060. Windows color (decimal): -4637641 or 3620025. OLE color: 3620025.

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

Color convert

RGB 185 60 55 -
CMYK 0 0.68 0.70 0.27
HSL 2.31º 0.54% 0.47% -
HSV(B) 2.31º 0.7% 0.73% -
XYZ 22.31 13.82 5.11 -
YUV 96.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 185 60 55 0 0.68 0.70 0.27 2.31 0.54 0.47
Hex B9 3C 37 0 44 46 1B 2 36 2F
Octal 271 74 67 0 104 106 33 2 66 57
Binary 10111001 111100 110111 0 1000100 1000110 11011 10 110110 101111

Color Harmonies of #B93C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C37

Black with #B93C37

Text Example


Text Example

White with #B93C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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