Shades of Cardinal #B70C35
Tints of Cardinal #B70C35
RGB
CMYK
RGB Variations
Color information
#B70C35 (or 0xB70C35) is known color: Cardinal. HEX triplet: B7, 0C and 35. RGB value is (183,12,53). Sum of RGB (Red+Green+Blue) = 183+12+53=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C35 is #48F3CA. Grayscale: #434343. Windows color (decimal): -4781003 or 3476663. OLE color: 3476663.
HSL color Cylindrical-coordinate representation of color #B70C35: hue angle of 345.61º 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 #B70C35 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 53 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.28 |
| HSL | 345.61º | 0.88% | 0.38% | - |
| HSV(B) | 345.61º | 0.93% | 0.72% | - |
| XYZ | 20.3 | 10.59 | 4.34 | - |
| YUV | 67.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 53 | 0 | 0.93 | 0.71 | 0.28 | 345.61 | 0.88 | 0.38 |
| Hex | B7 | C | 35 | 0 | 5D | 47 | 1C | 15A | 58 | 26 |
| Octal | 267 | 14 | 65 | 0 | 135 | 107 | 34 | 532 | 130 | 46 |
| Binary | 10110111 | 1100 | 110101 | 0 | 1011101 | 1000111 | 11100 | 101011010 | 1011000 | 100110 |
Color Harmonies of #B70C35
Complementary color
Monochromatic Colors of #B70C35
Black with #B70C35
Text Example
Text Example
White with #B70C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C35; }
p { color: rgb(183,12,53); }
H1.HeaderClassName
{
color: #B70C35;
}
.AnyTagClassName
{
color: #B70C35;
}
</style>
background-color css
<style>
a { background-color: #B70C35; }
a { background-color: rgb(183,12,53); }
div.DivClassName
{
background-color: #B70C35;
}
.BgClassName
{
background-color: #B70C35;
}
</style>
border-color css
<style>
span { border-color: #B70C35; }
span { border-color: rgb(183,12,53); }
td.TdClassName
{
border-color: #B70C35;
}
.TagClassName
{
border-color: #B70C35;
}
</style>