Html Css Color HEX #B94433 Medium Carmine

📋 copy color: '#B94433'

red 185 ◦ green 68 ◦ blue 51

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

Shades of Medium Carmine #B94433

Tints of Medium Carmine #B94433

RGB

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

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

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

R = 60.86%
G = 22.37%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B94433 (or 0xB94433) is known color: Medium Carmine. HEX triplet: B9, 44 and 33. RGB value is (185,68,51). Sum of RGB (Red+Green+Blue) = 185+68+51=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B94433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94433 is #46BBCC. Grayscale: #656565. Windows color (decimal): -4635597 or 3359929. OLE color: 3359929.

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

Color convert

RGB 185 68 51 -
CMYK 0 0.63 0.72 0.27
HSL 7.61º 0.57% 0.46% -
HSV(B) 7.61º 0.72% 0.73% -
XYZ 22.67 14.69 4.77 -
YUV 101.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 185 68 51 0 0.63 0.72 0.27 7.61 0.57 0.46
Hex B9 44 33 0 3F 48 1B 8 39 2E
Octal 271 104 63 0 77 110 33 10 71 56
Binary 10111001 1000100 110011 0 111111 1001000 11011 1000 111001 101110

Color Harmonies of #B94433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94433

Black with #B94433

Text Example


Text Example

White with #B94433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94433; }

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

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

background-color css

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

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

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

border-color css

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

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

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