Shades of Carmine #B00024
Tints of Carmine #B00024
RGB
CMYK
RGB Variations
Color information
#B00024 (or 0xB00024) is known color: Carmine. HEX triplet: B0, 00 and 24. RGB value is (176,0,36). Sum of RGB (Red+Green+Blue) = 176+0+36=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B00024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00024 is #4FFFDB. Grayscale: #383838. Windows color (decimal): -5242844 or 2359472. OLE color: 2359472.
HSL color Cylindrical-coordinate representation of color #B00024: hue angle of 347.73º 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 #B00024 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.80 | 0.31 |
| HSL | 347.73º | 1% | 0.35% | - |
| HSV(B) | 347.73º | 1% | 0.69% | - |
| XYZ | 18.22 | 9.36 | 2.51 | - |
| YUV | 56.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 36 | 0 | 1 | 0.80 | 0.31 | 347.73 | 1 | 0.35 |
| Hex | B0 | 0 | 24 | 0 | 64 | 50 | 1F | 15C | 64 | 23 |
| Octal | 260 | 0 | 44 | 0 | 144 | 120 | 37 | 534 | 144 | 43 |
| Binary | 10110000 | 0 | 100100 | 0 | 1100100 | 1010000 | 11111 | 101011100 | 1100100 | 100011 |
Color Harmonies of #B00024
Complementary color
Monochromatic Colors of #B00024
Black with #B00024
Text Example
Text Example
White with #B00024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00024; }
p { color: rgb(176,0,36); }
H1.HeaderClassName
{
color: #B00024;
}
.AnyTagClassName
{
color: #B00024;
}
</style>
background-color css
<style>
a { background-color: #B00024; }
a { background-color: rgb(176,0,36); }
div.DivClassName
{
background-color: #B00024;
}
.BgClassName
{
background-color: #B00024;
}
</style>
border-color css
<style>
span { border-color: #B00024; }
span { border-color: rgb(176,0,36); }
td.TdClassName
{
border-color: #B00024;
}
.TagClassName
{
border-color: #B00024;
}
</style>