Html Css Color HEX #B93627 Medium Carmine

📋 copy color: '#B93627'

red 185 ◦ green 54 ◦ blue 39

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

Shades of Medium Carmine #B93627

Tints of Medium Carmine #B93627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

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

R = 66.55%
G = 19.42%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93627 (or 0xB93627) is known color: Medium Carmine. HEX triplet: B9, 36 and 27. RGB value is (185,54,39). Sum of RGB (Red+Green+Blue) = 185+54+39=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B93627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93627 is #46C9D8. Grayscale: #5B5B5B. Windows color (decimal): -4639193 or 2569913. OLE color: 2569913.

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

Color convert

RGB 185 54 39 -
CMYK 0 0.71 0.79 0.27
HSL 6.16º 0.65% 0.44% -
HSV(B) 6.16º 0.79% 0.73% -
XYZ 21.69 13.1 3.3 -
YUV 91.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 185 54 39 0 0.71 0.79 0.27 6.16 0.65 0.44
Hex B9 36 27 0 47 4F 1B 6 41 2C
Octal 271 66 47 0 107 117 33 6 101 54
Binary 10111001 110110 100111 0 1000111 1001111 11011 110 1000001 101100

Color Harmonies of #B93627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93627

Black with #B93627

Text Example


Text Example

White with #B93627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93627; }

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

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

background-color css

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

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

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

border-color css

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

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

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