Html Css Color HEX #B93C35 Medium Carmine

📋 copy color: '#B93C35'

red 185 ◦ green 60 ◦ blue 53

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

Shades of Medium Carmine #B93C35

Tints of Medium Carmine #B93C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 62.08%
G = 20.13%
B = 17.79%

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

#B93C35 (or 0xB93C35) is known color: Medium Carmine. HEX triplet: B9, 3C and 35. RGB value is (185,60,53). Sum of RGB (Red+Green+Blue) = 185+60+53=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C35 is #46C3CA. Grayscale: #606060. Windows color (decimal): -4637643 or 3488953. OLE color: 3488953.

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

Color convert

RGB 185 60 53 -
CMYK 0 0.68 0.71 0.27
HSL 3.18º 0.55% 0.47% -
HSV(B) 3.18º 0.71% 0.73% -
XYZ 22.27 13.8 4.86 -
YUV 96.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 185 60 53 0 0.68 0.71 0.27 3.18 0.55 0.47
Hex B9 3C 35 0 44 47 1B 3 37 2F
Octal 271 74 65 0 104 107 33 3 67 57
Binary 10111001 111100 110101 0 1000100 1000111 11011 11 110111 101111

Color Harmonies of #B93C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C35

Black with #B93C35

Text Example


Text Example

White with #B93C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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