#B13D31

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

Shades of Medium Carmine #B13D31

Tints of Medium Carmine #B13D31

Color information

#B13D31 (or 0xB13D31) is unknown color: approx Medium Carmine. HEX triplet: B1, 3D and 31. RGB value is (177,61,49). Sum of RGB (Red+Green+Blue) = 177+61+49=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D31 is #4EC2CE. Grayscale: #5E5E5E. Windows color (decimal): -5161679 or 3227057. OLE color: 3227057.

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

Color convert

RGB1776149-
CMYK00.660.720.31
HSL5.62º56.64%44.31%-
HSV(B)5.62º72.32%69.41%-
XYZ20.3512.914.32-
YUV94.32102.43186.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=61.67%
G=21.25%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177614900.660.720.315.6256.6444.31
HexB13D31042481F6392c
Octal261756101021103767154
Binary1011000111110111000101000010100100011111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D31; }

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

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

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

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

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

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

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

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