Shades of Cardinal #B70036
Tints of Cardinal #B70036
RGB
CMYK
RGB Variations
Color information
#B70036 (or 0xB70036) is known color: Cardinal. HEX triplet: B7, 00 and 36. RGB value is (183,0,54). Sum of RGB (Red+Green+Blue) = 183+0+54=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B70036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70036 is #48FFC9. Grayscale: #3C3C3C. Windows color (decimal): -4784074 or 3539127. OLE color: 3539127.
HSL color Cylindrical-coordinate representation of color #B70036: hue angle of 342.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70036 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.70 | 0.28 |
| HSL | 342.3º | 1% | 0.36% | - |
| HSV(B) | 342.3º | 1% | 0.72% | - |
| XYZ | 20.19 | 10.33 | 4.42 | - |
| YUV | 60.87 | 124.13 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 54 | 0 | 1 | 0.70 | 0.28 | 342.3 | 1 | 0.36 |
| Hex | B7 | 0 | 36 | 0 | 64 | 46 | 1C | 156 | 64 | 24 |
| Octal | 267 | 0 | 66 | 0 | 144 | 106 | 34 | 526 | 144 | 44 |
| Binary | 10110111 | 0 | 110110 | 0 | 1100100 | 1000110 | 11100 | 101010110 | 1100100 | 100100 |
Color Harmonies of #B70036
Complementary color
Monochromatic Colors of #B70036
Black with #B70036
Text Example
Text Example
White with #B70036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70036; }
p { color: rgb(183,0,54); }
H1.HeaderClassName
{
color: #B70036;
}
.AnyTagClassName
{
color: #B70036;
}
</style>
background-color css
<style>
a { background-color: #B70036; }
a { background-color: rgb(183,0,54); }
div.DivClassName
{
background-color: #B70036;
}
.BgClassName
{
background-color: #B70036;
}
</style>
border-color css
<style>
span { border-color: #B70036; }
span { border-color: rgb(183,0,54); }
td.TdClassName
{
border-color: #B70036;
}
.TagClassName
{
border-color: #B70036;
}
</style>