Shades of Carmine #B00320
Tints of Carmine #B00320
RGB
CMYK
RGB Variations
Color information
#B00320 (or 0xB00320) is known color: Carmine. HEX triplet: B0, 03 and 20. RGB value is (176,3,32). Sum of RGB (Red+Green+Blue) = 176+3+32=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B00320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00320 is #4FFCDF. Grayscale: #3A3A3A. Windows color (decimal): -5242080 or 2098096. OLE color: 2098096.
HSL color Cylindrical-coordinate representation of color #B00320: hue angle of 349.94º 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 #B00320 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.31 |
| HSL | 349.94º | 0.97% | 0.35% | - |
| HSV(B) | 349.94º | 0.98% | 0.69% | - |
| XYZ | 18.2 | 9.4 | 2.22 | - |
| YUV | 58.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 32 | 0 | 0.98 | 0.82 | 0.31 | 349.94 | 0.97 | 0.35 |
| Hex | B0 | 3 | 20 | 0 | 62 | 52 | 1F | 15E | 61 | 23 |
| Octal | 260 | 3 | 40 | 0 | 142 | 122 | 37 | 536 | 141 | 43 |
| Binary | 10110000 | 11 | 100000 | 0 | 1100010 | 1010010 | 11111 | 101011110 | 1100001 | 100011 |
Color Harmonies of #B00320
Complementary color
Monochromatic Colors of #B00320
Black with #B00320
Text Example
Text Example
White with #B00320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00320; }
p { color: rgb(176,3,32); }
H1.HeaderClassName
{
color: #B00320;
}
.AnyTagClassName
{
color: #B00320;
}
</style>
background-color css
<style>
a { background-color: #B00320; }
a { background-color: rgb(176,3,32); }
div.DivClassName
{
background-color: #B00320;
}
.BgClassName
{
background-color: #B00320;
}
</style>
border-color css
<style>
span { border-color: #B00320; }
span { border-color: rgb(176,3,32); }
td.TdClassName
{
border-color: #B00320;
}
.TagClassName
{
border-color: #B00320;
}
</style>