Html Css Color HEX #B94031 Medium Carmine

📋 copy color: '#B94031'

red 185 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #B94031

Tints of Medium Carmine #B94031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 62.08%
G = 21.48%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94031 (or 0xB94031) is known color: Medium Carmine. HEX triplet: B9, 40 and 31. RGB value is (185,64,49). Sum of RGB (Red+Green+Blue) = 185+64+49=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B94031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94031 is #46BFCE. Grayscale: #626262. Windows color (decimal): -4636623 or 3227833. OLE color: 3227833.

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

Color convert

RGB 185 64 49 -
CMYK 0 0.65 0.74 0.27
HSL 6.62º 0.58% 0.46% -
HSV(B) 6.62º 0.74% 0.73% -
XYZ 22.4 14.2 4.47 -
YUV 98.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 185 64 49 0 0.65 0.74 0.27 6.62 0.58 0.46
Hex B9 40 31 0 41 4A 1B 7 3A 2E
Octal 271 100 61 0 101 112 33 7 72 56
Binary 10111001 1000000 110001 0 1000001 1001010 11011 111 111010 101110

Color Harmonies of #B94031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94031

Black with #B94031

Text Example


Text Example

White with #B94031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94031; }

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

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

background-color css

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

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

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

border-color css

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

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

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