Shades of Medium Carmine #B13C21
Tints of Medium Carmine #B13C21
RGB
CMYK
RGB Variations
Color information
#B13C21 (or 0xB13C21) is known color: Medium Carmine. HEX triplet: B1, 3C and 21. RGB value is (177,60,33). Sum of RGB (Red+Green+Blue) = 177+60+33=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C21 is #4EC3DE. Grayscale: #5C5C5C. Windows color (decimal): -5161951 or 2178225. OLE color: 2178225.
HSL color Cylindrical-coordinate representation of color #B13C21: hue angle of 11.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B13C21 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 33 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.31 |
| HSL | 11.25º | 0.69% | 0.41% | - |
| HSV(B) | 11.25º | 0.81% | 0.69% | - |
| XYZ | 20.02 | 12.69 | 2.83 | - |
| YUV | 91.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 33 | 0 | 0.66 | 0.81 | 0.31 | 11.25 | 0.69 | 0.41 |
| Hex | B1 | 3C | 21 | 0 | 42 | 51 | 1F | B | 45 | 29 |
| Octal | 261 | 74 | 41 | 0 | 102 | 121 | 37 | 13 | 105 | 51 |
| Binary | 10110001 | 111100 | 100001 | 0 | 1000010 | 1010001 | 11111 | 1011 | 1000101 | 101001 |
Color Harmonies of #B13C21
Complementary color
Monochromatic Colors of #B13C21
Black with #B13C21
Text Example
Text Example
White with #B13C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C21; }
p { color: rgb(177,60,33); }
H1.HeaderClassName
{
color: #B13C21;
}
.AnyTagClassName
{
color: #B13C21;
}
</style>
background-color css
<style>
a { background-color: #B13C21; }
a { background-color: rgb(177,60,33); }
div.DivClassName
{
background-color: #B13C21;
}
.BgClassName
{
background-color: #B13C21;
}
</style>
border-color css
<style>
span { border-color: #B13C21; }
span { border-color: rgb(177,60,33); }
td.TdClassName
{
border-color: #B13C21;
}
.TagClassName
{
border-color: #B13C21;
}
</style>