Shades of Carmine #B10024
Tints of Carmine #B10024
RGB
CMYK
RGB Variations
Color information
#B10024 (or 0xB10024) is known color: Carmine. HEX triplet: B1, 00 and 24. RGB value is (177,0,36). Sum of RGB (Red+Green+Blue) = 177+0+36=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B10024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10024 is #4EFFDB. Grayscale: #393939. Windows color (decimal): -5177308 or 2359473. OLE color: 2359473.
HSL color Cylindrical-coordinate representation of color #B10024: hue angle of 347.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10024 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.80 | 0.31 |
| HSL | 347.8º | 1% | 0.35% | - |
| HSV(B) | 347.8º | 1% | 0.69% | - |
| XYZ | 18.45 | 9.47 | 2.53 | - |
| YUV | 57.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 36 | 0 | 1 | 0.80 | 0.31 | 347.8 | 1 | 0.35 |
| Hex | B1 | 0 | 24 | 0 | 64 | 50 | 1F | 15C | 64 | 23 |
| Octal | 261 | 0 | 44 | 0 | 144 | 120 | 37 | 534 | 144 | 43 |
| Binary | 10110001 | 0 | 100100 | 0 | 1100100 | 1010000 | 11111 | 101011100 | 1100100 | 100011 |
Color Harmonies of #B10024
Complementary color
Monochromatic Colors of #B10024
Black with #B10024
Text Example
Text Example
White with #B10024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10024; }
p { color: rgb(177,0,36); }
H1.HeaderClassName
{
color: #B10024;
}
.AnyTagClassName
{
color: #B10024;
}
</style>
background-color css
<style>
a { background-color: #B10024; }
a { background-color: rgb(177,0,36); }
div.DivClassName
{
background-color: #B10024;
}
.BgClassName
{
background-color: #B10024;
}
</style>
border-color css
<style>
span { border-color: #B10024; }
span { border-color: rgb(177,0,36); }
td.TdClassName
{
border-color: #B10024;
}
.TagClassName
{
border-color: #B10024;
}
</style>