Shades of Cardinal #B60F40
Tints of Cardinal #B60F40
RGB
CMYK
RGB Variations
Color information
#B60F40 (or 0xB60F40) is known color: Cardinal. HEX triplet: B6, 0F and 40. RGB value is (182,15,64). Sum of RGB (Red+Green+Blue) = 182+15+64=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60F40 is #49F0BF. Grayscale: #464646. Windows color (decimal): -4845760 or 4198326. OLE color: 4198326.
HSL color Cylindrical-coordinate representation of color #B60F40: hue angle of 342.4º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F40 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 15 | 64 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.29 |
| HSL | 342.4º | 0.85% | 0.39% | - |
| HSV(B) | 342.4º | 0.92% | 0.71% | - |
| XYZ | 20.39 | 10.66 | 5.83 | - |
| YUV | 70.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 64 | 0 | 0.92 | 0.65 | 0.29 | 342.4 | 0.85 | 0.39 |
| Hex | B6 | F | 40 | 0 | 5C | 41 | 1D | 156 | 55 | 27 |
| Octal | 266 | 17 | 100 | 0 | 134 | 101 | 35 | 526 | 125 | 47 |
| Binary | 10110110 | 1111 | 1000000 | 0 | 1011100 | 1000001 | 11101 | 101010110 | 1010101 | 100111 |
Color Harmonies of #B60F40
Complementary color
Monochromatic Colors of #B60F40
Black with #B60F40
Text Example
Text Example
White with #B60F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60F40; }
p { color: rgb(182,15,64); }
H1.HeaderClassName
{
color: #B60F40;
}
.AnyTagClassName
{
color: #B60F40;
}
</style>
background-color css
<style>
a { background-color: #B60F40; }
a { background-color: rgb(182,15,64); }
div.DivClassName
{
background-color: #B60F40;
}
.BgClassName
{
background-color: #B60F40;
}
</style>
border-color css
<style>
span { border-color: #B60F40; }
span { border-color: rgb(182,15,64); }
td.TdClassName
{
border-color: #B60F40;
}
.TagClassName
{
border-color: #B60F40;
}
</style>