Shades of Cardinal #B70738
Tints of Cardinal #B70738
RGB
CMYK
RGB Variations
Color information
#B70738 (or 0xB70738) is known color: Cardinal. HEX triplet: B7, 07 and 38. RGB value is (183,7,56). Sum of RGB (Red+Green+Blue) = 183+7+56=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B70738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70738 is #48F8C7. Grayscale: #414141. Windows color (decimal): -4782280 or 3671991. OLE color: 3671991.
HSL color Cylindrical-coordinate representation of color #B70738: hue angle of 343.3º 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 #B70738 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.28 |
| HSL | 343.3º | 0.93% | 0.37% | - |
| HSV(B) | 343.3º | 0.96% | 0.72% | - |
| XYZ | 20.32 | 10.5 | 4.7 | - |
| YUV | 65.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 56 | 0 | 0.96 | 0.69 | 0.28 | 343.3 | 0.93 | 0.37 |
| Hex | B7 | 7 | 38 | 0 | 60 | 45 | 1C | 157 | 5D | 25 |
| Octal | 267 | 7 | 70 | 0 | 140 | 105 | 34 | 527 | 135 | 45 |
| Binary | 10110111 | 111 | 111000 | 0 | 1100000 | 1000101 | 11100 | 101010111 | 1011101 | 100101 |
Color Harmonies of #B70738
Complementary color
Monochromatic Colors of #B70738
Black with #B70738
Text Example
Text Example
White with #B70738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70738; }
p { color: rgb(183,7,56); }
H1.HeaderClassName
{
color: #B70738;
}
.AnyTagClassName
{
color: #B70738;
}
</style>
background-color css
<style>
a { background-color: #B70738; }
a { background-color: rgb(183,7,56); }
div.DivClassName
{
background-color: #B70738;
}
.BgClassName
{
background-color: #B70738;
}
</style>
border-color css
<style>
span { border-color: #B70738; }
span { border-color: rgb(183,7,56); }
td.TdClassName
{
border-color: #B70738;
}
.TagClassName
{
border-color: #B70738;
}
</style>