Shades of Cardinal #B60B40
Tints of Cardinal #B60B40
RGB
CMYK
RGB Variations
Color information
#B60B40 (or 0xB60B40) is known color: Cardinal. HEX triplet: B6, 0B and 40. RGB value is (182,11,64). Sum of RGB (Red+Green+Blue) = 182+11+64=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B40 is #49F4BF. Grayscale: #444444. Windows color (decimal): -4846784 or 4197302. OLE color: 4197302.
HSL color Cylindrical-coordinate representation of color #B60B40: hue angle of 341.4º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60B40 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 64 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.29 |
| HSL | 341.4º | 0.89% | 0.38% | - |
| HSV(B) | 341.4º | 0.94% | 0.71% | - |
| XYZ | 20.34 | 10.55 | 5.82 | - |
| YUV | 68.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 64 | 0 | 0.94 | 0.65 | 0.29 | 341.4 | 0.89 | 0.38 |
| Hex | B6 | B | 40 | 0 | 5E | 41 | 1D | 155 | 59 | 26 |
| Octal | 266 | 13 | 100 | 0 | 136 | 101 | 35 | 525 | 131 | 46 |
| Binary | 10110110 | 1011 | 1000000 | 0 | 1011110 | 1000001 | 11101 | 101010101 | 1011001 | 100110 |
Color Harmonies of #B60B40
Complementary color
Monochromatic Colors of #B60B40
Black with #B60B40
Text Example
Text Example
White with #B60B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B40; }
p { color: rgb(182,11,64); }
H1.HeaderClassName
{
color: #B60B40;
}
.AnyTagClassName
{
color: #B60B40;
}
</style>
background-color css
<style>
a { background-color: #B60B40; }
a { background-color: rgb(182,11,64); }
div.DivClassName
{
background-color: #B60B40;
}
.BgClassName
{
background-color: #B60B40;
}
</style>
border-color css
<style>
span { border-color: #B60B40; }
span { border-color: rgb(182,11,64); }
td.TdClassName
{
border-color: #B60B40;
}
.TagClassName
{
border-color: #B60B40;
}
</style>