Shades of Cardinal #B70934
Tints of Cardinal #B70934
RGB
CMYK
RGB Variations
Color information
#B70934 (or 0xB70934) is known color: Cardinal. HEX triplet: B7, 09 and 34. RGB value is (183,9,52). Sum of RGB (Red+Green+Blue) = 183+9+52=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B70934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70934 is #48F6CB. Grayscale: #414141. Windows color (decimal): -4781772 or 3410359. OLE color: 3410359.
HSL color Cylindrical-coordinate representation of color #B70934: hue angle of 345.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70934 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.28 |
| HSL | 345.17º | 0.91% | 0.38% | - |
| HSV(B) | 345.17º | 0.95% | 0.72% | - |
| XYZ | 20.25 | 10.51 | 4.21 | - |
| YUV | 65.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 52 | 0 | 0.95 | 0.72 | 0.28 | 345.17 | 0.91 | 0.38 |
| Hex | B7 | 9 | 34 | 0 | 5F | 48 | 1C | 159 | 5B | 26 |
| Octal | 267 | 11 | 64 | 0 | 137 | 110 | 34 | 531 | 133 | 46 |
| Binary | 10110111 | 1001 | 110100 | 0 | 1011111 | 1001000 | 11100 | 101011001 | 1011011 | 100110 |
Color Harmonies of #B70934
Complementary color
Monochromatic Colors of #B70934
Black with #B70934
Text Example
Text Example
White with #B70934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70934; }
p { color: rgb(183,9,52); }
H1.HeaderClassName
{
color: #B70934;
}
.AnyTagClassName
{
color: #B70934;
}
</style>
background-color css
<style>
a { background-color: #B70934; }
a { background-color: rgb(183,9,52); }
div.DivClassName
{
background-color: #B70934;
}
.BgClassName
{
background-color: #B70934;
}
</style>
border-color css
<style>
span { border-color: #B70934; }
span { border-color: rgb(183,9,52); }
td.TdClassName
{
border-color: #B70934;
}
.TagClassName
{
border-color: #B70934;
}
</style>