Shades of Cardinal #B70F2D
Tints of Cardinal #B70F2D
RGB
CMYK
RGB Variations
Color information
#B70F2D (or 0xB70F2D) is known color: Cardinal. HEX triplet: B7, 0F and 2D. RGB value is (183,15,45). Sum of RGB (Red+Green+Blue) = 183+15+45=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F2D is #48F0D2. Grayscale: #444444. Windows color (decimal): -4780243 or 2953143. OLE color: 2953143.
HSL color Cylindrical-coordinate representation of color #B70F2D: hue angle of 349.29º degrees, saturation: 0.85, 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 #B70F2D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 15 | 45 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.28 |
| HSL | 349.29º | 0.85% | 0.39% | - |
| HSV(B) | 349.29º | 0.92% | 0.72% | - |
| XYZ | 20.17 | 10.6 | 3.47 | - |
| YUV | 68.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 45 | 0 | 0.92 | 0.75 | 0.28 | 349.29 | 0.85 | 0.39 |
| Hex | B7 | F | 2D | 0 | 5C | 4B | 1C | 15D | 55 | 27 |
| Octal | 267 | 17 | 55 | 0 | 134 | 113 | 34 | 535 | 125 | 47 |
| Binary | 10110111 | 1111 | 101101 | 0 | 1011100 | 1001011 | 11100 | 101011101 | 1010101 | 100111 |
Color Harmonies of #B70F2D
Complementary color
Monochromatic Colors of #B70F2D
Black with #B70F2D
Text Example
Text Example
White with #B70F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70F2D; }
p { color: rgb(183,15,45); }
H1.HeaderClassName
{
color: #B70F2D;
}
.AnyTagClassName
{
color: #B70F2D;
}
</style>
background-color css
<style>
a { background-color: #B70F2D; }
a { background-color: rgb(183,15,45); }
div.DivClassName
{
background-color: #B70F2D;
}
.BgClassName
{
background-color: #B70F2D;
}
</style>
border-color css
<style>
span { border-color: #B70F2D; }
span { border-color: rgb(183,15,45); }
td.TdClassName
{
border-color: #B70F2D;
}
.TagClassName
{
border-color: #B70F2D;
}
</style>