Shades of Carmine #B00224
Tints of Carmine #B00224
RGB
CMYK
RGB Variations
Color information
#B00224 (or 0xB00224) is known color: Carmine. HEX triplet: B0, 02 and 24. RGB value is (176,2,36). Sum of RGB (Red+Green+Blue) = 176+2+36=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B00224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00224 is #4FFDDB. Grayscale: #393939. Windows color (decimal): -5242332 or 2359984. OLE color: 2359984.
HSL color Cylindrical-coordinate representation of color #B00224: hue angle of 348.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00224 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.31 |
| HSL | 348.28º | 0.98% | 0.35% | - |
| HSV(B) | 348.28º | 0.99% | 0.69% | - |
| XYZ | 18.24 | 9.4 | 2.52 | - |
| YUV | 57.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 36 | 0 | 0.99 | 0.80 | 0.31 | 348.28 | 0.98 | 0.35 |
| Hex | B0 | 2 | 24 | 0 | 63 | 50 | 1F | 15C | 62 | 23 |
| Octal | 260 | 2 | 44 | 0 | 143 | 120 | 37 | 534 | 142 | 43 |
| Binary | 10110000 | 10 | 100100 | 0 | 1100011 | 1010000 | 11111 | 101011100 | 1100010 | 100011 |
Color Harmonies of #B00224
Complementary color
Monochromatic Colors of #B00224
Black with #B00224
Text Example
Text Example
White with #B00224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00224; }
p { color: rgb(176,2,36); }
H1.HeaderClassName
{
color: #B00224;
}
.AnyTagClassName
{
color: #B00224;
}
</style>
background-color css
<style>
a { background-color: #B00224; }
a { background-color: rgb(176,2,36); }
div.DivClassName
{
background-color: #B00224;
}
.BgClassName
{
background-color: #B00224;
}
</style>
border-color css
<style>
span { border-color: #B00224; }
span { border-color: rgb(176,2,36); }
td.TdClassName
{
border-color: #B00224;
}
.TagClassName
{
border-color: #B00224;
}
</style>