Html Css Color HEX #B94232 Medium Carmine

📋 copy color: '#B94232'

red 185 ◦ green 66 ◦ blue 50

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

Shades of Medium Carmine #B94232

Tints of Medium Carmine #B94232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 61.46%
G = 21.93%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94232 (or 0xB94232) is known color: Medium Carmine. HEX triplet: B9, 42 and 32. RGB value is (185,66,50). Sum of RGB (Red+Green+Blue) = 185+66+50=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B94232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94232 is #46BDCD. Grayscale: #636363. Windows color (decimal): -4636110 or 3293881. OLE color: 3293881.

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

Color convert

RGB 185 66 50 -
CMYK 0 0.64 0.73 0.27
HSL 7.11º 0.57% 0.46% -
HSV(B) 7.11º 0.73% 0.73% -
XYZ 22.53 14.44 4.62 -
YUV 99.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 185 66 50 0 0.64 0.73 0.27 7.11 0.57 0.46
Hex B9 42 32 0 40 49 1B 7 39 2E
Octal 271 102 62 0 100 111 33 7 71 56
Binary 10111001 1000010 110010 0 1000000 1001001 11011 111 111001 101110

Color Harmonies of #B94232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94232

Black with #B94232

Text Example


Text Example

White with #B94232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94232; }

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

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

background-color css

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

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

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

border-color css

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

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

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