#B13D2E

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

Shades of Medium Carmine #B13D2E

Tints of Medium Carmine #B13D2E

Color information

#B13D2E (or 0xB13D2E) is unknown color: approx Medium Carmine. HEX triplet: B1, 3D and 2E. RGB value is (177,61,46). Sum of RGB (Red+Green+Blue) = 177+61+46=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D2E is #4EC2D1. Grayscale: #5E5E5E. Windows color (decimal): -5161682 or 3030449. OLE color: 3030449.

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

Color convert

RGB1776146-
CMYK00.660.740.31
HSL6.87º58.74%43.73%-
HSV(B)6.87º74.01%69.41%-
XYZ20.2912.884-
YUV93.97100.93187.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=62.32%
G=21.48%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177614600.660.740.316.8758.7443.73
HexB13D2E0424A1F73b2c
Octal261755601021123777354
Binary1011000111110110111001000010100101011111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D2E; }

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

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

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

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

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

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

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

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