Shades of Cardinal #B70641
Tints of Cardinal #B70641
RGB
CMYK
RGB Variations
Color information
#B70641 (or 0xB70641) is known color: Cardinal. HEX triplet: B7, 06 and 41. RGB value is (183,6,65). Sum of RGB (Red+Green+Blue) = 183+6+65=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B70641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70641 is #48F9BE. Grayscale: #414141. Windows color (decimal): -4782527 or 4261559. OLE color: 4261559.
HSL color Cylindrical-coordinate representation of color #B70641: hue angle of 340º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70641 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.28 |
| HSL | 340º | 0.94% | 0.37% | - |
| HSV(B) | 340º | 0.97% | 0.72% | - |
| XYZ | 20.55 | 10.58 | 5.96 | - |
| YUV | 65.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 65 | 0 | 0.97 | 0.64 | 0.28 | 340 | 0.94 | 0.37 |
| Hex | B7 | 6 | 41 | 0 | 61 | 40 | 1C | 154 | 5E | 25 |
| Octal | 267 | 6 | 101 | 0 | 141 | 100 | 34 | 524 | 136 | 45 |
| Binary | 10110111 | 110 | 1000001 | 0 | 1100001 | 1000000 | 11100 | 101010100 | 1011110 | 100101 |
Color Harmonies of #B70641
Complementary color
Monochromatic Colors of #B70641
Black with #B70641
Text Example
Text Example
White with #B70641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70641; }
p { color: rgb(183,6,65); }
H1.HeaderClassName
{
color: #B70641;
}
.AnyTagClassName
{
color: #B70641;
}
</style>
background-color css
<style>
a { background-color: #B70641; }
a { background-color: rgb(183,6,65); }
div.DivClassName
{
background-color: #B70641;
}
.BgClassName
{
background-color: #B70641;
}
</style>
border-color css
<style>
span { border-color: #B70641; }
span { border-color: rgb(183,6,65); }
td.TdClassName
{
border-color: #B70641;
}
.TagClassName
{
border-color: #B70641;
}
</style>