Html Css Color HEX #B94539 Medium Carmine

📋 copy color: '#B94539'

red 185 ◦ green 69 ◦ blue 57

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

Shades of Medium Carmine #B94539

Tints of Medium Carmine #B94539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 59.49%
G = 22.19%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B94539 (or 0xB94539) is known color: Medium Carmine. HEX triplet: B9, 45 and 39. RGB value is (185,69,57). Sum of RGB (Red+Green+Blue) = 185+69+57=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B94539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94539 is #46BAC6. Grayscale: #666666. Windows color (decimal): -4635335 or 3753401. OLE color: 3753401.

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

Color convert

RGB 185 69 57 -
CMYK 0 0.63 0.69 0.27
HSL 5.63º 0.53% 0.47% -
HSV(B) 5.63º 0.69% 0.73% -
XYZ 22.87 14.87 5.53 -
YUV 102.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 185 69 57 0 0.63 0.69 0.27 5.63 0.53 0.47
Hex B9 45 39 0 3F 45 1B 6 35 2F
Octal 271 105 71 0 77 105 33 6 65 57
Binary 10111001 1000101 111001 0 111111 1000101 11011 110 110101 101111

Color Harmonies of #B94539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94539

Black with #B94539

Text Example


Text Example

White with #B94539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94539; }

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

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

background-color css

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

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

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

border-color css

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

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

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