Html Css Color HEX #B93727 Medium Carmine

📋 copy color: '#B93727'

red 185 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #B93727

Tints of Medium Carmine #B93727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 66.31%
G = 19.71%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93727 (or 0xB93727) is known color: Medium Carmine. HEX triplet: B9, 37 and 27. RGB value is (185,55,39). Sum of RGB (Red+Green+Blue) = 185+55+39=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B93727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93727 is #46C8D8. Grayscale: #5C5C5C. Windows color (decimal): -4638937 or 2570169. OLE color: 2570169.

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

Color convert

RGB 185 55 39 -
CMYK 0 0.70 0.79 0.27
HSL 6.58º 0.65% 0.44% -
HSV(B) 6.58º 0.79% 0.73% -
XYZ 21.74 13.19 3.32 -
YUV 92.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 185 55 39 0 0.70 0.79 0.27 6.58 0.65 0.44
Hex B9 37 27 0 46 4F 1B 7 41 2C
Octal 271 67 47 0 106 117 33 7 101 54
Binary 10111001 110111 100111 0 1000110 1001111 11011 111 1000001 101100

Color Harmonies of #B93727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93727

Black with #B93727

Text Example


Text Example

White with #B93727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93727; }

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

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

background-color css

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

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

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

border-color css

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

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

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