Html Css Color HEX #B94538 Medium Carmine

📋 copy color: '#B94538'

red 185 ◦ green 69 ◦ blue 56

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

Shades of Medium Carmine #B94538

Tints of Medium Carmine #B94538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 59.68%
G = 22.26%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94538 (or 0xB94538) is known color: Medium Carmine. HEX triplet: B9, 45 and 38. RGB value is (185,69,56). Sum of RGB (Red+Green+Blue) = 185+69+56=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B94538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94538 is #46BAC7. Grayscale: #666666. Windows color (decimal): -4635336 or 3687865. OLE color: 3687865.

HSL color Cylindrical-coordinate representation of color #B94538: hue angle of 6.05º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94538 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 56 -
CMYK 0 0.63 0.70 0.27
HSL 6.05º 0.54% 0.47% -
HSV(B) 6.05º 0.7% 0.73% -
XYZ 22.85 14.86 5.4 -
YUV 102.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 185 69 56 0 0.63 0.70 0.27 6.05 0.54 0.47
Hex B9 45 38 0 3F 46 1B 6 36 2F
Octal 271 105 70 0 77 106 33 6 66 57
Binary 10111001 1000101 111000 0 111111 1000110 11011 110 110110 101111

Color Harmonies of #B94538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94538

Black with #B94538

Text Example


Text Example

White with #B94538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94538; }

 p { color: rgb(185,69,56); }

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

background-color css

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

 a { background-color: rgb(185,69,56); }

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

border-color css

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

 span { border-color: rgb(185,69,56); }

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