Html Css Color HEX #B9392C Medium Carmine

📋 copy color: '#B9392C'

red 185 ◦ green 57 ◦ blue 44

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

Shades of Medium Carmine #B9392C

Tints of Medium Carmine #B9392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 64.69%
G = 19.93%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9392C (or 0xB9392C) is known color: Medium Carmine. HEX triplet: B9, 39 and 2C. RGB value is (185,57,44). Sum of RGB (Red+Green+Blue) = 185+57+44=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9392C is #46C6D3. Grayscale: #5D5D5D. Windows color (decimal): -4638420 or 2898361. OLE color: 2898361.

HSL color Cylindrical-coordinate representation of color #B9392C: hue angle of 5.53º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9392C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 44 -
CMYK 0 0.69 0.76 0.27
HSL 5.53º 0.62% 0.45% -
HSV(B) 5.53º 0.76% 0.73% -
XYZ 21.93 13.42 3.82 -
YUV 93.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 185 57 44 0 0.69 0.76 0.27 5.53 0.62 0.45
Hex B9 39 2C 0 45 4C 1B 6 3E 2D
Octal 271 71 54 0 105 114 33 6 76 55
Binary 10111001 111001 101100 0 1000101 1001100 11011 110 111110 101101

Color Harmonies of #B9392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9392C

Black with #B9392C

Text Example


Text Example

White with #B9392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9392C; }

 p { color: rgb(185,57,44); }

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

background-color css

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

 a { background-color: rgb(185,57,44); }

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

border-color css

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

 span { border-color: rgb(185,57,44); }

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