Shades of Cardinal #B70D3E
Tints of Cardinal #B70D3E
RGB
CMYK
RGB Variations
Color information
#B70D3E (or 0xB70D3E) is known color: Cardinal. HEX triplet: B7, 0D and 3E. RGB value is (183,13,62). Sum of RGB (Red+Green+Blue) = 183+13+62=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D3E is #48F2C1. Grayscale: #454545. Windows color (decimal): -4780738 or 4066743. OLE color: 4066743.
HSL color Cylindrical-coordinate representation of color #B70D3E: hue angle of 342.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70D3E is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 62 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.28 |
| HSL | 342.71º | 0.87% | 0.38% | - |
| HSV(B) | 342.71º | 0.93% | 0.72% | - |
| XYZ | 20.54 | 10.7 | 5.54 | - |
| YUV | 69.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 62 | 0 | 0.93 | 0.66 | 0.28 | 342.71 | 0.87 | 0.38 |
| Hex | B7 | D | 3E | 0 | 5D | 42 | 1C | 157 | 57 | 26 |
| Octal | 267 | 15 | 76 | 0 | 135 | 102 | 34 | 527 | 127 | 46 |
| Binary | 10110111 | 1101 | 111110 | 0 | 1011101 | 1000010 | 11100 | 101010111 | 1010111 | 100110 |
Color Harmonies of #B70D3E
Complementary color
Monochromatic Colors of #B70D3E
Black with #B70D3E
Text Example
Text Example
White with #B70D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D3E; }
p { color: rgb(183,13,62); }
H1.HeaderClassName
{
color: #B70D3E;
}
.AnyTagClassName
{
color: #B70D3E;
}
</style>
background-color css
<style>
a { background-color: #B70D3E; }
a { background-color: rgb(183,13,62); }
div.DivClassName
{
background-color: #B70D3E;
}
.BgClassName
{
background-color: #B70D3E;
}
</style>
border-color css
<style>
span { border-color: #B70D3E; }
span { border-color: rgb(183,13,62); }
td.TdClassName
{
border-color: #B70D3E;
}
.TagClassName
{
border-color: #B70D3E;
}
</style>