#B13B39

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

Shades of Medium Carmine #B13B39

Tints of Medium Carmine #B13B39

Color information

#B13B39 (or 0xB13B39) is unknown color: approx Medium Carmine. HEX triplet: B1, 3B and 39. RGB value is (177,59,57). Sum of RGB (Red+Green+Blue) = 177+59+57=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B39 is #4EC4C6. Grayscale: #5E5E5E. Windows color (decimal): -5162183 or 3750833. OLE color: 3750833.

HSL color Cylindrical-coordinate representation of color #B13B39: hue angle of 1º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13B39 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1775957-
CMYK00.670.680.31
HSL51.28%45.88%-
HSV(B)67.8%69.41%-
XYZ20.4312.775.26-
YUV94.05107.09187.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 59 (23.44% from 255) = 20.14%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=60.41%
G=20.14%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177595700.670.680.31151.2845.88
HexB13B39043441F1332e
Octal261737101031043716356
Binary10110001111011111001010000111000100111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B39; }

 p { color: rgb(177,59,57); }

 H1.HeaderClassName
 {
   color: #B13B39;
 }
 .AnyTagClassName
 {
   color: #B13B39;
 }
</style>
background-color css

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

 a { background-color: rgb(177,59,57); }

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

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

 span { border-color: rgb(177,59,57); }

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