Shades of Cardinal #B60E2F
Tints of Cardinal #B60E2F
RGB
CMYK
RGB Variations
Color information
#B60E2F (or 0xB60E2F) is known color: Cardinal. HEX triplet: B6, 0E and 2F. RGB value is (182,14,47). Sum of RGB (Red+Green+Blue) = 182+14+47=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60E2F is #49F1D0. Grayscale: #444444. Windows color (decimal): -4846033 or 3083958. OLE color: 3083958.
HSL color Cylindrical-coordinate representation of color #B60E2F: hue angle of 348.21º 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 #B60E2F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 47 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.29 |
| HSL | 348.21º | 0.86% | 0.38% | - |
| HSV(B) | 348.21º | 0.92% | 0.71% | - |
| XYZ | 19.96 | 10.46 | 3.66 | - |
| YUV | 67.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 47 | 0 | 0.92 | 0.74 | 0.29 | 348.21 | 0.86 | 0.38 |
| Hex | B6 | E | 2F | 0 | 5C | 4A | 1D | 15C | 56 | 26 |
| Octal | 266 | 16 | 57 | 0 | 134 | 112 | 35 | 534 | 126 | 46 |
| Binary | 10110110 | 1110 | 101111 | 0 | 1011100 | 1001010 | 11101 | 101011100 | 1010110 | 100110 |
Color Harmonies of #B60E2F
Complementary color
Monochromatic Colors of #B60E2F
Black with #B60E2F
Text Example
Text Example
White with #B60E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E2F; }
p { color: rgb(182,14,47); }
H1.HeaderClassName
{
color: #B60E2F;
}
.AnyTagClassName
{
color: #B60E2F;
}
</style>
background-color css
<style>
a { background-color: #B60E2F; }
a { background-color: rgb(182,14,47); }
div.DivClassName
{
background-color: #B60E2F;
}
.BgClassName
{
background-color: #B60E2F;
}
</style>
border-color css
<style>
span { border-color: #B60E2F; }
span { border-color: rgb(182,14,47); }
td.TdClassName
{
border-color: #B60E2F;
}
.TagClassName
{
border-color: #B60E2F;
}
</style>