Html Css Color HEX #B94032 Medium Carmine

📋 copy color: '#B94032'

red 185 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #B94032

Tints of Medium Carmine #B94032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 61.87%
G = 21.4%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94032 (or 0xB94032) is known color: Medium Carmine. HEX triplet: B9, 40 and 32. RGB value is (185,64,50). Sum of RGB (Red+Green+Blue) = 185+64+50=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B94032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94032 is #46BFCD. Grayscale: #626262. Windows color (decimal): -4636622 or 3293369. OLE color: 3293369.

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

Color convert

RGB 185 64 50 -
CMYK 0 0.65 0.73 0.27
HSL 6.22º 0.57% 0.46% -
HSV(B) 6.22º 0.73% 0.73% -
XYZ 22.42 14.21 4.58 -
YUV 98.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 185 64 50 0 0.65 0.73 0.27 6.22 0.57 0.46
Hex B9 40 32 0 41 49 1B 6 39 2E
Octal 271 100 62 0 101 111 33 6 71 56
Binary 10111001 1000000 110010 0 1000001 1001001 11011 110 111001 101110

Color Harmonies of #B94032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94032

Black with #B94032

Text Example


Text Example

White with #B94032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94032; }

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

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

background-color css

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

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

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

border-color css

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

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

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