Shades of Cardinal #B70D2C
Tints of Cardinal #B70D2C
RGB
CMYK
RGB Variations
Color information
#B70D2C (or 0xB70D2C) is known color: Cardinal. HEX triplet: B7, 0D and 2C. RGB value is (183,13,44). Sum of RGB (Red+Green+Blue) = 183+13+44=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D2C is #48F2D3. Grayscale: #434343. Windows color (decimal): -4780756 or 2887095. OLE color: 2887095.
HSL color Cylindrical-coordinate representation of color #B70D2C: hue angle of 349.06º 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 #B70D2C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 44 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.28 |
| HSL | 349.06º | 0.87% | 0.38% | - |
| HSV(B) | 349.06º | 0.93% | 0.72% | - |
| XYZ | 20.13 | 10.54 | 3.36 | - |
| YUV | 67.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 44 | 0 | 0.93 | 0.76 | 0.28 | 349.06 | 0.87 | 0.38 |
| Hex | B7 | D | 2C | 0 | 5D | 4C | 1C | 15D | 57 | 26 |
| Octal | 267 | 15 | 54 | 0 | 135 | 114 | 34 | 535 | 127 | 46 |
| Binary | 10110111 | 1101 | 101100 | 0 | 1011101 | 1001100 | 11100 | 101011101 | 1010111 | 100110 |
Color Harmonies of #B70D2C
Complementary color
Monochromatic Colors of #B70D2C
Black with #B70D2C
Text Example
Text Example
White with #B70D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D2C; }
p { color: rgb(183,13,44); }
H1.HeaderClassName
{
color: #B70D2C;
}
.AnyTagClassName
{
color: #B70D2C;
}
</style>
background-color css
<style>
a { background-color: #B70D2C; }
a { background-color: rgb(183,13,44); }
div.DivClassName
{
background-color: #B70D2C;
}
.BgClassName
{
background-color: #B70D2C;
}
</style>
border-color css
<style>
span { border-color: #B70D2C; }
span { border-color: rgb(183,13,44); }
td.TdClassName
{
border-color: #B70D2C;
}
.TagClassName
{
border-color: #B70D2C;
}
</style>