#B13A31

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

Shades of Medium Carmine #B13A31

Tints of Medium Carmine #B13A31

Color information

#B13A31 (or 0xB13A31) is unknown color: approx Medium Carmine. HEX triplet: B1, 3A and 31. RGB value is (177,58,49). Sum of RGB (Red+Green+Blue) = 177+58+49=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A31 is #4EC5CE. Grayscale: #5C5C5C. Windows color (decimal): -5162447 or 3226289. OLE color: 3226289.

HSL color Cylindrical-coordinate representation of color #B13A31: hue angle of 4.22º 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 #B13A31 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1775849-
CMYK00.670.720.31
HSL4.22º56.64%44.31%-
HSV(B)4.22º72.32%69.41%-
XYZ20.212.594.27-
YUV92.56103.42188.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=62.32%
G=20.42%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177584900.670.720.314.2256.6444.31
HexB13A31043481F4392c
Octal261726101031103747154
Binary1011000111101011000101000011100100011111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A31; }

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

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

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

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

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

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

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

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