Html Css Color HEX #B93D36 Medium Carmine

📋 copy color: '#B93D36'

red 185 ◦ green 61 ◦ blue 54

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

Shades of Medium Carmine #B93D36

Tints of Medium Carmine #B93D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

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

R = 61.67%
G = 20.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B93D36 (or 0xB93D36) is known color: Medium Carmine. HEX triplet: B9, 3D and 36. RGB value is (185,61,54). Sum of RGB (Red+Green+Blue) = 185+61+54=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D36 is #46C2C9. Grayscale: #616161. Windows color (decimal): -4637386 or 3554745. OLE color: 3554745.

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

Color convert

RGB 185 61 54 -
CMYK 0 0.67 0.71 0.27
HSL 3.21º 0.55% 0.47% -
HSV(B) 3.21º 0.71% 0.73% -
XYZ 22.34 13.92 5 -
YUV 97.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 185 61 54 0 0.67 0.71 0.27 3.21 0.55 0.47
Hex B9 3D 36 0 43 47 1B 3 37 2F
Octal 271 75 66 0 103 107 33 3 67 57
Binary 10111001 111101 110110 0 1000011 1000111 11011 11 110111 101111

Color Harmonies of #B93D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D36

Black with #B93D36

Text Example


Text Example

White with #B93D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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