Shades of Cardinal #B70742
Tints of Cardinal #B70742
RGB
CMYK
RGB Variations
Color information
#B70742 (or 0xB70742) is known color: Cardinal. HEX triplet: B7, 07 and 42. RGB value is (183,7,66). Sum of RGB (Red+Green+Blue) = 183+7+66=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B70742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70742 is #48F8BD. Grayscale: #424242. Windows color (decimal): -4782270 or 4327351. OLE color: 4327351.
HSL color Cylindrical-coordinate representation of color #B70742: hue angle of 339.89º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70742 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 66 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.28 |
| HSL | 339.89º | 0.93% | 0.37% | - |
| HSV(B) | 339.89º | 0.96% | 0.72% | - |
| XYZ | 20.59 | 10.61 | 6.12 | - |
| YUV | 66.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 66 | 0 | 0.96 | 0.64 | 0.28 | 339.89 | 0.93 | 0.37 |
| Hex | B7 | 7 | 42 | 0 | 60 | 40 | 1C | 154 | 5D | 25 |
| Octal | 267 | 7 | 102 | 0 | 140 | 100 | 34 | 524 | 135 | 45 |
| Binary | 10110111 | 111 | 1000010 | 0 | 1100000 | 1000000 | 11100 | 101010100 | 1011101 | 100101 |
Color Harmonies of #B70742
Complementary color
Monochromatic Colors of #B70742
Black with #B70742
Text Example
Text Example
White with #B70742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70742; }
p { color: rgb(183,7,66); }
H1.HeaderClassName
{
color: #B70742;
}
.AnyTagClassName
{
color: #B70742;
}
</style>
background-color css
<style>
a { background-color: #B70742; }
a { background-color: rgb(183,7,66); }
div.DivClassName
{
background-color: #B70742;
}
.BgClassName
{
background-color: #B70742;
}
</style>
border-color css
<style>
span { border-color: #B70742; }
span { border-color: rgb(183,7,66); }
td.TdClassName
{
border-color: #B70742;
}
.TagClassName
{
border-color: #B70742;
}
</style>