Shades of Cardinal #B70D3C
Tints of Cardinal #B70D3C
RGB
CMYK
RGB Variations
Color information
#B70D3C (or 0xB70D3C) is known color: Cardinal. HEX triplet: B7, 0D and 3C. RGB value is (183,13,60). Sum of RGB (Red+Green+Blue) = 183+13+60=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D3C is #48F2C3. Grayscale: #454545. Windows color (decimal): -4780740 or 3935671. OLE color: 3935671.
HSL color Cylindrical-coordinate representation of color #B70D3C: hue angle of 343.41º 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 #B70D3C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 60 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.28 |
| HSL | 343.41º | 0.87% | 0.38% | - |
| HSV(B) | 343.41º | 0.93% | 0.72% | - |
| XYZ | 20.49 | 10.68 | 5.26 | - |
| YUV | 69.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 60 | 0 | 0.93 | 0.67 | 0.28 | 343.41 | 0.87 | 0.38 |
| Hex | B7 | D | 3C | 0 | 5D | 43 | 1C | 157 | 57 | 26 |
| Octal | 267 | 15 | 74 | 0 | 135 | 103 | 34 | 527 | 127 | 46 |
| Binary | 10110111 | 1101 | 111100 | 0 | 1011101 | 1000011 | 11100 | 101010111 | 1010111 | 100110 |
Color Harmonies of #B70D3C
Complementary color
Monochromatic Colors of #B70D3C
Black with #B70D3C
Text Example
Text Example
White with #B70D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D3C; }
p { color: rgb(183,13,60); }
H1.HeaderClassName
{
color: #B70D3C;
}
.AnyTagClassName
{
color: #B70D3C;
}
</style>
background-color css
<style>
a { background-color: #B70D3C; }
a { background-color: rgb(183,13,60); }
div.DivClassName
{
background-color: #B70D3C;
}
.BgClassName
{
background-color: #B70D3C;
}
</style>
border-color css
<style>
span { border-color: #B70D3C; }
span { border-color: rgb(183,13,60); }
td.TdClassName
{
border-color: #B70D3C;
}
.TagClassName
{
border-color: #B70D3C;
}
</style>