Shades of Cardinal #B70844
Tints of Cardinal #B70844
RGB
CMYK
RGB Variations
Color information
#B70844 (or 0xB70844) is known color: Cardinal. HEX triplet: B7, 08 and 44. RGB value is (183,8,68). Sum of RGB (Red+Green+Blue) = 183+8+68=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B70844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70844 is #48F7BB. Grayscale: #434343. Windows color (decimal): -4782012 or 4458679. OLE color: 4458679.
HSL color Cylindrical-coordinate representation of color #B70844: hue angle of 339.43º degrees, saturation: 0.92, 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 #B70844 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.28 |
| HSL | 339.43º | 0.92% | 0.37% | - |
| HSV(B) | 339.43º | 0.96% | 0.72% | - |
| XYZ | 20.66 | 10.66 | 6.44 | - |
| YUV | 67.17 | 128.48 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 68 | 0 | 0.96 | 0.63 | 0.28 | 339.43 | 0.92 | 0.37 |
| Hex | B7 | 8 | 44 | 0 | 60 | 3F | 1C | 153 | 5C | 25 |
| Octal | 267 | 10 | 104 | 0 | 140 | 77 | 34 | 523 | 134 | 45 |
| Binary | 10110111 | 1000 | 1000100 | 0 | 1100000 | 111111 | 11100 | 101010011 | 1011100 | 100101 |
Color Harmonies of #B70844
Complementary color
Monochromatic Colors of #B70844
Black with #B70844
Text Example
Text Example
White with #B70844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70844; }
p { color: rgb(183,8,68); }
H1.HeaderClassName
{
color: #B70844;
}
.AnyTagClassName
{
color: #B70844;
}
</style>
background-color css
<style>
a { background-color: #B70844; }
a { background-color: rgb(183,8,68); }
div.DivClassName
{
background-color: #B70844;
}
.BgClassName
{
background-color: #B70844;
}
</style>
border-color css
<style>
span { border-color: #B70844; }
span { border-color: rgb(183,8,68); }
td.TdClassName
{
border-color: #B70844;
}
.TagClassName
{
border-color: #B70844;
}
</style>