Shades of Cardinal #B70E2D
Tints of Cardinal #B70E2D
RGB
CMYK
RGB Variations
Color information
#B70E2D (or 0xB70E2D) is known color: Cardinal. HEX triplet: B7, 0E and 2D. RGB value is (183,14,45). Sum of RGB (Red+Green+Blue) = 183+14+45=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70E2D is #48F1D2. Grayscale: #444444. Windows color (decimal): -4780499 or 2952887. OLE color: 2952887.
HSL color Cylindrical-coordinate representation of color #B70E2D: hue angle of 348.99º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E2D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 45 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.28 |
| HSL | 348.99º | 0.86% | 0.39% | - |
| HSV(B) | 348.99º | 0.92% | 0.72% | - |
| XYZ | 20.16 | 10.57 | 3.46 | - |
| YUV | 68.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 45 | 0 | 0.92 | 0.75 | 0.28 | 348.99 | 0.86 | 0.39 |
| Hex | B7 | E | 2D | 0 | 5C | 4B | 1C | 15D | 56 | 27 |
| Octal | 267 | 16 | 55 | 0 | 134 | 113 | 34 | 535 | 126 | 47 |
| Binary | 10110111 | 1110 | 101101 | 0 | 1011100 | 1001011 | 11100 | 101011101 | 1010110 | 100111 |
Color Harmonies of #B70E2D
Complementary color
Monochromatic Colors of #B70E2D
Black with #B70E2D
Text Example
Text Example
White with #B70E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E2D; }
p { color: rgb(183,14,45); }
H1.HeaderClassName
{
color: #B70E2D;
}
.AnyTagClassName
{
color: #B70E2D;
}
</style>
background-color css
<style>
a { background-color: #B70E2D; }
a { background-color: rgb(183,14,45); }
div.DivClassName
{
background-color: #B70E2D;
}
.BgClassName
{
background-color: #B70E2D;
}
</style>
border-color css
<style>
span { border-color: #B70E2D; }
span { border-color: rgb(183,14,45); }
td.TdClassName
{
border-color: #B70E2D;
}
.TagClassName
{
border-color: #B70E2D;
}
</style>