Shades of Cardinal #B60E2B
Tints of Cardinal #B60E2B
RGB
CMYK
RGB Variations
Color information
#B60E2B (or 0xB60E2B) is known color: Cardinal. HEX triplet: B6, 0E and 2B. RGB value is (182,14,43). Sum of RGB (Red+Green+Blue) = 182+14+43=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60E2B is #49F1D4. Grayscale: #434343. Windows color (decimal): -4846037 or 2821814. OLE color: 2821814.
HSL color Cylindrical-coordinate representation of color #B60E2B: hue angle of 349.64º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60E2B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 43 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.29 |
| HSL | 349.64º | 0.86% | 0.38% | - |
| HSV(B) | 349.64º | 0.92% | 0.71% | - |
| XYZ | 19.88 | 10.43 | 3.25 | - |
| YUV | 67.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 43 | 0 | 0.92 | 0.76 | 0.29 | 349.64 | 0.86 | 0.38 |
| Hex | B6 | E | 2B | 0 | 5C | 4C | 1D | 15E | 56 | 26 |
| Octal | 266 | 16 | 53 | 0 | 134 | 114 | 35 | 536 | 126 | 46 |
| Binary | 10110110 | 1110 | 101011 | 0 | 1011100 | 1001100 | 11101 | 101011110 | 1010110 | 100110 |
Color Harmonies of #B60E2B
Complementary color
Monochromatic Colors of #B60E2B
Black with #B60E2B
Text Example
Text Example
White with #B60E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E2B; }
p { color: rgb(182,14,43); }
H1.HeaderClassName
{
color: #B60E2B;
}
.AnyTagClassName
{
color: #B60E2B;
}
</style>
background-color css
<style>
a { background-color: #B60E2B; }
a { background-color: rgb(182,14,43); }
div.DivClassName
{
background-color: #B60E2B;
}
.BgClassName
{
background-color: #B60E2B;
}
</style>
border-color css
<style>
span { border-color: #B60E2B; }
span { border-color: rgb(182,14,43); }
td.TdClassName
{
border-color: #B60E2B;
}
.TagClassName
{
border-color: #B60E2B;
}
</style>