Html Css Color HEX #B93C36 Medium Carmine

📋 copy color: '#B93C36'

red 185 ◦ green 60 ◦ blue 54

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

Shades of Medium Carmine #B93C36

Tints of Medium Carmine #B93C36

RGB

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

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

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

R = 61.87%
G = 20.07%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B93C36 (or 0xB93C36) is known color: Medium Carmine. HEX triplet: B9, 3C and 36. RGB value is (185,60,54). Sum of RGB (Red+Green+Blue) = 185+60+54=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C36 is #46C3C9. Grayscale: #606060. Windows color (decimal): -4637642 or 3554489. OLE color: 3554489.

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

Color convert

RGB 185 60 54 -
CMYK 0 0.68 0.71 0.27
HSL 2.75º 0.55% 0.47% -
HSV(B) 2.75º 0.71% 0.73% -
XYZ 22.29 13.81 4.98 -
YUV 96.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 185 60 54 0 0.68 0.71 0.27 2.75 0.55 0.47
Hex B9 3C 36 0 44 47 1B 3 37 2F
Octal 271 74 66 0 104 107 33 3 67 57
Binary 10111001 111100 110110 0 1000100 1000111 11011 11 110111 101111

Color Harmonies of #B93C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C36

Black with #B93C36

Text Example


Text Example

White with #B93C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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