Shades of Medium Carmine #B13D21
Tints of Medium Carmine #B13D21
RGB
CMYK
RGB Variations
Color information
#B13D21 (or 0xB13D21) is known color: Medium Carmine. HEX triplet: B1, 3D and 21. RGB value is (177,61,33). Sum of RGB (Red+Green+Blue) = 177+61+33=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D21 is #4EC2DE. Grayscale: #5C5C5C. Windows color (decimal): -5161695 or 2178481. OLE color: 2178481.
HSL color Cylindrical-coordinate representation of color #B13D21: hue angle of 11.67º 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 #B13D21 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 33 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.31 |
| HSL | 11.67º | 0.69% | 0.41% | - |
| HSV(B) | 11.67º | 0.81% | 0.69% | - |
| XYZ | 20.07 | 12.79 | 2.85 | - |
| YUV | 92.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 33 | 0 | 0.66 | 0.81 | 0.31 | 11.67 | 0.69 | 0.41 |
| Hex | B1 | 3D | 21 | 0 | 42 | 51 | 1F | C | 45 | 29 |
| Octal | 261 | 75 | 41 | 0 | 102 | 121 | 37 | 14 | 105 | 51 |
| Binary | 10110001 | 111101 | 100001 | 0 | 1000010 | 1010001 | 11111 | 1100 | 1000101 | 101001 |
Color Harmonies of #B13D21
Complementary color
Monochromatic Colors of #B13D21
Black with #B13D21
Text Example
Text Example
White with #B13D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D21; }
p { color: rgb(177,61,33); }
H1.HeaderClassName
{
color: #B13D21;
}
.AnyTagClassName
{
color: #B13D21;
}
</style>
background-color css
<style>
a { background-color: #B13D21; }
a { background-color: rgb(177,61,33); }
div.DivClassName
{
background-color: #B13D21;
}
.BgClassName
{
background-color: #B13D21;
}
</style>
border-color css
<style>
span { border-color: #B13D21; }
span { border-color: rgb(177,61,33); }
td.TdClassName
{
border-color: #B13D21;
}
.TagClassName
{
border-color: #B13D21;
}
</style>