Html Css Color HEX #B94134 Medium Carmine

📋 copy color: '#B94134'

red 185 ◦ green 65 ◦ blue 52

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

Shades of Medium Carmine #B94134

Tints of Medium Carmine #B94134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 61.26%
G = 21.52%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B94134 (or 0xB94134) is known color: Medium Carmine. HEX triplet: B9, 41 and 34. RGB value is (185,65,52). Sum of RGB (Red+Green+Blue) = 185+65+52=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B94134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94134 is #46BECB. Grayscale: #636363. Windows color (decimal): -4636364 or 3424697. OLE color: 3424697.

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

Color convert

RGB 185 65 52 -
CMYK 0 0.65 0.72 0.27
HSL 5.86º 0.56% 0.46% -
HSV(B) 5.86º 0.72% 0.73% -
XYZ 22.52 14.34 4.83 -
YUV 99.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 185 65 52 0 0.65 0.72 0.27 5.86 0.56 0.46
Hex B9 41 34 0 41 48 1B 6 38 2E
Octal 271 101 64 0 101 110 33 6 70 56
Binary 10111001 1000001 110100 0 1000001 1001000 11011 110 111000 101110

Color Harmonies of #B94134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94134

Black with #B94134

Text Example


Text Example

White with #B94134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94134; }

 p { color: rgb(185,65,52); }

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

background-color css

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

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

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

border-color css

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

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

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