Shades of Cardinal #B70141
Tints of Cardinal #B70141
RGB
CMYK
RGB Variations
Color information
#B70141 (or 0xB70141) is known color: Cardinal. HEX triplet: B7, 01 and 41. RGB value is (183,1,65). Sum of RGB (Red+Green+Blue) = 183+1+65=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B70141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70141 is #48FEBE. Grayscale: #3E3E3E. Windows color (decimal): -4783807 or 4260279. OLE color: 4260279.
HSL color Cylindrical-coordinate representation of color #B70141: hue angle of 338.9º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70141 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.28 |
| HSL | 338.9º | 0.99% | 0.36% | - |
| HSV(B) | 338.9º | 0.99% | 0.72% | - |
| XYZ | 20.49 | 10.47 | 5.94 | - |
| YUV | 62.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 65 | 0 | 0.99 | 0.64 | 0.28 | 338.9 | 0.99 | 0.36 |
| Hex | B7 | 1 | 41 | 0 | 63 | 40 | 1C | 153 | 63 | 24 |
| Octal | 267 | 1 | 101 | 0 | 143 | 100 | 34 | 523 | 143 | 44 |
| Binary | 10110111 | 1 | 1000001 | 0 | 1100011 | 1000000 | 11100 | 101010011 | 1100011 | 100100 |
Color Harmonies of #B70141
Complementary color
Monochromatic Colors of #B70141
Black with #B70141
Text Example
Text Example
White with #B70141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70141; }
p { color: rgb(183,1,65); }
H1.HeaderClassName
{
color: #B70141;
}
.AnyTagClassName
{
color: #B70141;
}
</style>
background-color css
<style>
a { background-color: #B70141; }
a { background-color: rgb(183,1,65); }
div.DivClassName
{
background-color: #B70141;
}
.BgClassName
{
background-color: #B70141;
}
</style>
border-color css
<style>
span { border-color: #B70141; }
span { border-color: rgb(183,1,65); }
td.TdClassName
{
border-color: #B70141;
}
.TagClassName
{
border-color: #B70141;
}
</style>