#B13E2C

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

Shades of Medium Carmine #B13E2C

Tints of Medium Carmine #B13E2C

Color information

#B13E2C (or 0xB13E2C) is unknown color: approx Medium Carmine. HEX triplet: B1, 3E and 2C. RGB value is (177,62,44). Sum of RGB (Red+Green+Blue) = 177+62+44=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E2C is #4EC1D3. Grayscale: #5E5E5E. Windows color (decimal): -5161428 or 2899633. OLE color: 2899633.

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

Color convert

RGB1776244-
CMYK00.650.750.31
HSL8.12º60.18%43.33%-
HSV(B)8.12º75.14%69.41%-
XYZ20.3112.973.82-
YUV94.3399.6186.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.54%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=62.54%
G=21.91%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177624400.650.750.318.1260.1843.33
HexB13E2C0414B1F83c2b
Octal2617654010111337107453
Binary10110001111110101100010000011001011111111000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E2C; }

 p { color: rgb(177,62,44); }

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

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

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

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

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

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

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