Shades of Medium Carmine #B1402F
Tints of Medium Carmine #B1402F
RGB
CMYK
RGB Variations
Color information
#B1402F (or 0xB1402F) is known color: Medium Carmine. HEX triplet: B1, 40 and 2F. RGB value is (177,64,47). Sum of RGB (Red+Green+Blue) = 177+64+47=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1402F is #4EBFD0. Grayscale: #606060. Windows color (decimal): -5160913 or 3096753. OLE color: 3096753.
HSL color Cylindrical-coordinate representation of color #B1402F: hue angle of 7.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1402F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 47 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.31 |
| HSL | 7.85º | 0.58% | 0.44% | - |
| HSV(B) | 7.85º | 0.73% | 0.69% | - |
| XYZ | 20.48 | 13.22 | 4.16 | - |
| YUV | 95.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 47 | 0 | 0.64 | 0.73 | 0.31 | 7.85 | 0.58 | 0.44 |
| Hex | B1 | 40 | 2F | 0 | 40 | 49 | 1F | 8 | 3A | 2C |
| Octal | 261 | 100 | 57 | 0 | 100 | 111 | 37 | 10 | 72 | 54 |
| Binary | 10110001 | 1000000 | 101111 | 0 | 1000000 | 1001001 | 11111 | 1000 | 111010 | 101100 |
Color Harmonies of #B1402F
Complementary color
Monochromatic Colors of #B1402F
Black with #B1402F
Text Example
Text Example
White with #B1402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1402F; }
p { color: rgb(177,64,47); }
H1.HeaderClassName
{
color: #B1402F;
}
.AnyTagClassName
{
color: #B1402F;
}
</style>
background-color css
<style>
a { background-color: #B1402F; }
a { background-color: rgb(177,64,47); }
div.DivClassName
{
background-color: #B1402F;
}
.BgClassName
{
background-color: #B1402F;
}
</style>
border-color css
<style>
span { border-color: #B1402F; }
span { border-color: rgb(177,64,47); }
td.TdClassName
{
border-color: #B1402F;
}
.TagClassName
{
border-color: #B1402F;
}
</style>