#B13F3F

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

Shades of Medium Carmine #B13F3F

Tints of Medium Carmine #B13F3F

Color information

#B13F3F (or 0xB13F3F) is unknown color: approx Medium Carmine. HEX triplet: B1, 3F and 3F. RGB value is (177,63,63). Sum of RGB (Red+Green+Blue) = 177+63+63=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F3F is #4EC0C0. Grayscale: #616161. Windows color (decimal): -5161153 or 4145073. OLE color: 4145073.

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

Color convert

RGB1776363-
CMYK00.640.640.31
HSL47.5%47.06%-
HSV(B)64.41%69.41%-
XYZ20.8113.266.17-
YUV97.09108.77185-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 63 (25% from 255) = 20.79%
R=58.42%
G=20.79%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177636300.640.640.31047.547.06
HexB13F3F040401F0302f
Octal261777701001003706057
Binary10110001111111111111010000001000000111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F3F; }

 p { color: rgb(177,63,63); }

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

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

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

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

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

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

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