Shades of Cardinal #B70C31
Tints of Cardinal #B70C31
RGB
CMYK
RGB Variations
Color information
#B70C31 (or 0xB70C31) is known color: Cardinal. HEX triplet: B7, 0C and 31. RGB value is (183,12,49). Sum of RGB (Red+Green+Blue) = 183+12+49=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C31 is #48F3CE. Grayscale: #434343. Windows color (decimal): -4781007 or 3214519. OLE color: 3214519.
HSL color Cylindrical-coordinate representation of color #B70C31: hue angle of 347.02º degrees, saturation: 0.88, 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 #B70C31 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 49 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.28 |
| HSL | 347.02º | 0.88% | 0.38% | - |
| HSV(B) | 347.02º | 0.93% | 0.72% | - |
| XYZ | 20.21 | 10.55 | 3.88 | - |
| YUV | 67.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 49 | 0 | 0.93 | 0.73 | 0.28 | 347.02 | 0.88 | 0.38 |
| Hex | B7 | C | 31 | 0 | 5D | 49 | 1C | 15B | 58 | 26 |
| Octal | 267 | 14 | 61 | 0 | 135 | 111 | 34 | 533 | 130 | 46 |
| Binary | 10110111 | 1100 | 110001 | 0 | 1011101 | 1001001 | 11100 | 101011011 | 1011000 | 100110 |
Color Harmonies of #B70C31
Complementary color
Monochromatic Colors of #B70C31
Black with #B70C31
Text Example
Text Example
White with #B70C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C31; }
p { color: rgb(183,12,49); }
H1.HeaderClassName
{
color: #B70C31;
}
.AnyTagClassName
{
color: #B70C31;
}
</style>
background-color css
<style>
a { background-color: #B70C31; }
a { background-color: rgb(183,12,49); }
div.DivClassName
{
background-color: #B70C31;
}
.BgClassName
{
background-color: #B70C31;
}
</style>
border-color css
<style>
span { border-color: #B70C31; }
span { border-color: rgb(183,12,49); }
td.TdClassName
{
border-color: #B70C31;
}
.TagClassName
{
border-color: #B70C31;
}
</style>