Html Css Color HEX #B94432 Medium Carmine

📋 copy color: '#B94432'

red 185 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #B94432

Tints of Medium Carmine #B94432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 61.06%
G = 22.44%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94432 (or 0xB94432) is known color: Medium Carmine. HEX triplet: B9, 44 and 32. RGB value is (185,68,50). Sum of RGB (Red+Green+Blue) = 185+68+50=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B94432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94432 is #46BBCD. Grayscale: #656565. Windows color (decimal): -4635598 or 3294393. OLE color: 3294393.

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

Color convert

RGB 185 68 50 -
CMYK 0 0.63 0.73 0.27
HSL 0.57% 0.46% -
HSV(B) 0.73% 0.73% -
XYZ 22.65 14.68 4.66 -
YUV 100.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 185 68 50 0 0.63 0.73 0.27 8 0.57 0.46
Hex B9 44 32 0 3F 49 1B 8 39 2E
Octal 271 104 62 0 77 111 33 10 71 56
Binary 10111001 1000100 110010 0 111111 1001001 11011 1000 111001 101110

Color Harmonies of #B94432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94432

Black with #B94432

Text Example


Text Example

White with #B94432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94432; }

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

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

background-color css

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

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

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

border-color css

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

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

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