Shades of Cardinal #B60742
Tints of Cardinal #B60742
RGB
CMYK
RGB Variations
Color information
#B60742 (or 0xB60742) is known color: Cardinal. HEX triplet: B6, 07 and 42. RGB value is (182,7,66). Sum of RGB (Red+Green+Blue) = 182+7+66=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B60742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60742 is #49F8BD. Grayscale: #414141. Windows color (decimal): -4847806 or 4327350. OLE color: 4327350.
HSL color Cylindrical-coordinate representation of color #B60742: hue angle of 339.77º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60742 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 66 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.29 |
| HSL | 339.77º | 0.93% | 0.37% | - |
| HSV(B) | 339.77º | 0.96% | 0.71% | - |
| XYZ | 20.35 | 10.49 | 6.11 | - |
| YUV | 66.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 66 | 0 | 0.96 | 0.64 | 0.29 | 339.77 | 0.93 | 0.37 |
| Hex | B6 | 7 | 42 | 0 | 60 | 40 | 1D | 154 | 5D | 25 |
| Octal | 266 | 7 | 102 | 0 | 140 | 100 | 35 | 524 | 135 | 45 |
| Binary | 10110110 | 111 | 1000010 | 0 | 1100000 | 1000000 | 11101 | 101010100 | 1011101 | 100101 |
Color Harmonies of #B60742
Complementary color
Monochromatic Colors of #B60742
Black with #B60742
Text Example
Text Example
White with #B60742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60742; }
p { color: rgb(182,7,66); }
H1.HeaderClassName
{
color: #B60742;
}
.AnyTagClassName
{
color: #B60742;
}
</style>
background-color css
<style>
a { background-color: #B60742; }
a { background-color: rgb(182,7,66); }
div.DivClassName
{
background-color: #B60742;
}
.BgClassName
{
background-color: #B60742;
}
</style>
border-color css
<style>
span { border-color: #B60742; }
span { border-color: rgb(182,7,66); }
td.TdClassName
{
border-color: #B60742;
}
.TagClassName
{
border-color: #B60742;
}
</style>