Html Css Color HEX #B94040 Medium Carmine

📋 copy color: '#B94040'

red 185 ◦ green 64 ◦ blue 64

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

Shades of Medium Carmine #B94040

Tints of Medium Carmine #B94040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 59.11%
G = 20.45%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94040 (or 0xB94040) is known color: Medium Carmine. HEX triplet: B9, 40 and 40. RGB value is (185,64,64). Sum of RGB (Red+Green+Blue) = 185+64+64=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B94040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94040 is #46BFBF. Grayscale: #646464. Windows color (decimal): -4636608 or 4210873. OLE color: 4210873.

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

Color convert

RGB 185 64 64 -
CMYK 0 0.65 0.65 0.27
HSL 0.49% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 22.77 14.35 6.42 -
YUV 100.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 185 64 64 0 0.65 0.65 0.27 0 0.49 0.49
Hex B9 40 40 0 41 41 1B 0 31 31
Octal 271 100 100 0 101 101 33 0 61 61
Binary 10111001 1000000 1000000 0 1000001 1000001 11011 0 110001 110001

Color Harmonies of #B94040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94040

Black with #B94040

Text Example


Text Example

White with #B94040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94040; }

 p { color: rgb(185,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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