#B94539

Color #B94539 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B94539

Tints of Medium Carmine #B94539

Color information

#B94539 (or 0xB94539) is unknown color: approx 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.63º 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

RGB1856957-
CMYK00.630.690.27
HSL5.63º52.89%47.45%-
HSV(B)5.63º69.19%72.55%-
XYZ22.8714.875.53-
YUV102.32102.43186.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185695700.630.690.275.6352.8947.45
HexB9453903F451B6352f
Octal271105710771053366557
Binary1011100110001011110010111111100010111011110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>