#B13D38

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

Shades of Medium Carmine #B13D38

Tints of Medium Carmine #B13D38

Color information

#B13D38 (or 0xB13D38) is unknown color: approx Medium Carmine. HEX triplet: B1, 3D and 38. RGB value is (177,61,56). Sum of RGB (Red+Green+Blue) = 177+61+56=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D38 is #4EC2C7. Grayscale: #5F5F5F. Windows color (decimal): -5161672 or 3685809. OLE color: 3685809.

HSL color Cylindrical-coordinate representation of color #B13D38: hue angle of 2.48º degrees, saturation: 0.52, 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 #B13D38 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1776156-
CMYK00.660.680.31
HSL2.48º51.93%45.69%-
HSV(B)2.48º68.36%69.41%-
XYZ20.5112.975.16-
YUV95.11105.93186.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=60.20%
G=20.75%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177615600.660.680.312.4851.9345.69
HexB13D38042441F2342e
Octal261757001021043726456
Binary101100011111011110000100001010001001111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D38; }

 p { color: rgb(177,61,56); }

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

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

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

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

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

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

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