Html Css Color HEX #B94333 Medium Carmine

📋 copy color: '#B94333'

red 185 ◦ green 67 ◦ blue 51

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

Shades of Medium Carmine #B94333

Tints of Medium Carmine #B94333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 61.06%
G = 22.11%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B94333 (or 0xB94333) is known color: Medium Carmine. HEX triplet: B9, 43 and 33. RGB value is (185,67,51). Sum of RGB (Red+Green+Blue) = 185+67+51=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B94333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94333 is #46BCCC. Grayscale: #646464. Windows color (decimal): -4635853 or 3359673. OLE color: 3359673.

HSL color Cylindrical-coordinate representation of color #B94333: hue angle of 7.16º degrees, saturation: 0.57, 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 #B94333 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 67 51 -
CMYK 0 0.64 0.72 0.27
HSL 7.16º 0.57% 0.46% -
HSV(B) 7.16º 0.72% 0.73% -
XYZ 22.61 14.57 4.75 -
YUV 100.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 185 67 51 0 0.64 0.72 0.27 7.16 0.57 0.46
Hex B9 43 33 0 40 48 1B 7 39 2E
Octal 271 103 63 0 100 110 33 7 71 56
Binary 10111001 1000011 110011 0 1000000 1001000 11011 111 111001 101110

Color Harmonies of #B94333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94333

Black with #B94333

Text Example


Text Example

White with #B94333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94333; }

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

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

background-color css

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

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

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

border-color css

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

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

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