Shades of Cardinal #B60E2E
Tints of Cardinal #B60E2E
RGB
CMYK
RGB Variations
Color information
#B60E2E (or 0xB60E2E) is known color: Cardinal. HEX triplet: B6, 0E and 2E. RGB value is (182,14,46). Sum of RGB (Red+Green+Blue) = 182+14+46=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60E2E is #49F1D1. Grayscale: #434343. Windows color (decimal): -4846034 or 3018422. OLE color: 3018422.
HSL color Cylindrical-coordinate representation of color #B60E2E: hue angle of 348.57º 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 #B60E2E is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 46 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.29 |
| HSL | 348.57º | 0.86% | 0.38% | - |
| HSV(B) | 348.57º | 0.92% | 0.71% | - |
| XYZ | 19.94 | 10.46 | 3.55 | - |
| YUV | 67.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 46 | 0 | 0.92 | 0.75 | 0.29 | 348.57 | 0.86 | 0.38 |
| Hex | B6 | E | 2E | 0 | 5C | 4B | 1D | 15D | 56 | 26 |
| Octal | 266 | 16 | 56 | 0 | 134 | 113 | 35 | 535 | 126 | 46 |
| Binary | 10110110 | 1110 | 101110 | 0 | 1011100 | 1001011 | 11101 | 101011101 | 1010110 | 100110 |
Color Harmonies of #B60E2E
Complementary color
Monochromatic Colors of #B60E2E
Black with #B60E2E
Text Example
Text Example
White with #B60E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E2E; }
p { color: rgb(182,14,46); }
H1.HeaderClassName
{
color: #B60E2E;
}
.AnyTagClassName
{
color: #B60E2E;
}
</style>
background-color css
<style>
a { background-color: #B60E2E; }
a { background-color: rgb(182,14,46); }
div.DivClassName
{
background-color: #B60E2E;
}
.BgClassName
{
background-color: #B60E2E;
}
</style>
border-color css
<style>
span { border-color: #B60E2E; }
span { border-color: rgb(182,14,46); }
td.TdClassName
{
border-color: #B60E2E;
}
.TagClassName
{
border-color: #B60E2E;
}
</style>