Shades of Carmine #B00321
Tints of Carmine #B00321
RGB
CMYK
RGB Variations
Color information
#B00321 (or 0xB00321) is known color: Carmine. HEX triplet: B0, 03 and 21. RGB value is (176,3,33). Sum of RGB (Red+Green+Blue) = 176+3+33=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B00321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00321 is #4FFCDE. Grayscale: #3A3A3A. Windows color (decimal): -5242079 or 2163632. OLE color: 2163632.
HSL color Cylindrical-coordinate representation of color #B00321: hue angle of 349.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00321 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.31 |
| HSL | 349.6º | 0.97% | 0.35% | - |
| HSV(B) | 349.6º | 0.98% | 0.69% | - |
| XYZ | 18.21 | 9.41 | 2.29 | - |
| YUV | 58.15 | 113.81 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 33 | 0 | 0.98 | 0.81 | 0.31 | 349.6 | 0.97 | 0.35 |
| Hex | B0 | 3 | 21 | 0 | 62 | 51 | 1F | 15E | 61 | 23 |
| Octal | 260 | 3 | 41 | 0 | 142 | 121 | 37 | 536 | 141 | 43 |
| Binary | 10110000 | 11 | 100001 | 0 | 1100010 | 1010001 | 11111 | 101011110 | 1100001 | 100011 |
Color Harmonies of #B00321
Complementary color
Monochromatic Colors of #B00321
Black with #B00321
Text Example
Text Example
White with #B00321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00321; }
p { color: rgb(176,3,33); }
H1.HeaderClassName
{
color: #B00321;
}
.AnyTagClassName
{
color: #B00321;
}
</style>
background-color css
<style>
a { background-color: #B00321; }
a { background-color: rgb(176,3,33); }
div.DivClassName
{
background-color: #B00321;
}
.BgClassName
{
background-color: #B00321;
}
</style>
border-color css
<style>
span { border-color: #B00321; }
span { border-color: rgb(176,3,33); }
td.TdClassName
{
border-color: #B00321;
}
.TagClassName
{
border-color: #B00321;
}
</style>