Shades of Cardinal #B70437
Tints of Cardinal #B70437
RGB
CMYK
RGB Variations
Color information
#B70437 (or 0xB70437) is known color: Cardinal. HEX triplet: B7, 04 and 37. RGB value is (183,4,55). Sum of RGB (Red+Green+Blue) = 183+4+55=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B70437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70437 is #48FBC8. Grayscale: #3F3F3F. Windows color (decimal): -4783049 or 3605687. OLE color: 3605687.
HSL color Cylindrical-coordinate representation of color #B70437: hue angle of 342.91º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70437 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.28 |
| HSL | 342.91º | 0.96% | 0.37% | - |
| HSV(B) | 342.91º | 0.98% | 0.72% | - |
| XYZ | 20.26 | 10.43 | 4.56 | - |
| YUV | 63.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 55 | 0 | 0.98 | 0.70 | 0.28 | 342.91 | 0.96 | 0.37 |
| Hex | B7 | 4 | 37 | 0 | 62 | 46 | 1C | 157 | 60 | 25 |
| Octal | 267 | 4 | 67 | 0 | 142 | 106 | 34 | 527 | 140 | 45 |
| Binary | 10110111 | 100 | 110111 | 0 | 1100010 | 1000110 | 11100 | 101010111 | 1100000 | 100101 |
Color Harmonies of #B70437
Complementary color
Monochromatic Colors of #B70437
Black with #B70437
Text Example
Text Example
White with #B70437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70437; }
p { color: rgb(183,4,55); }
H1.HeaderClassName
{
color: #B70437;
}
.AnyTagClassName
{
color: #B70437;
}
</style>
background-color css
<style>
a { background-color: #B70437; }
a { background-color: rgb(183,4,55); }
div.DivClassName
{
background-color: #B70437;
}
.BgClassName
{
background-color: #B70437;
}
</style>
border-color css
<style>
span { border-color: #B70437; }
span { border-color: rgb(183,4,55); }
td.TdClassName
{
border-color: #B70437;
}
.TagClassName
{
border-color: #B70437;
}
</style>