Html Css Color HEX #B94336 Medium Carmine

📋 copy color: '#B94336'

red 185 ◦ green 67 ◦ blue 54

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

Shades of Medium Carmine #B94336

Tints of Medium Carmine #B94336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 60.46%
G = 21.9%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94336 (or 0xB94336) is known color: Medium Carmine. HEX triplet: B9, 43 and 36. RGB value is (185,67,54). Sum of RGB (Red+Green+Blue) = 185+67+54=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94336 is #46BCC9. Grayscale: #646464. Windows color (decimal): -4635850 or 3556281. OLE color: 3556281.

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

Color convert

RGB 185 67 54 -
CMYK 0 0.64 0.71 0.27
HSL 5.95º 0.55% 0.47% -
HSV(B) 5.95º 0.71% 0.73% -
XYZ 22.68 14.59 5.11 -
YUV 100.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 185 67 54 0 0.64 0.71 0.27 5.95 0.55 0.47
Hex B9 43 36 0 40 47 1B 6 37 2F
Octal 271 103 66 0 100 107 33 6 67 57
Binary 10111001 1000011 110110 0 1000000 1000111 11011 110 110111 101111

Color Harmonies of #B94336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94336

Black with #B94336

Text Example


Text Example

White with #B94336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94336; }

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

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

background-color css

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

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

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

border-color css

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

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

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