Shades of Cardinal #B70142
Tints of Cardinal #B70142
RGB
CMYK
RGB Variations
Color information
#B70142 (or 0xB70142) is known color: Cardinal. HEX triplet: B7, 01 and 42. RGB value is (183,1,66). Sum of RGB (Red+Green+Blue) = 183+1+66=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B70142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70142 is #48FEBD. Grayscale: #3E3E3E. Windows color (decimal): -4783806 or 4325815. OLE color: 4325815.
HSL color Cylindrical-coordinate representation of color #B70142: hue angle of 338.57º 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 #B70142 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.28 |
| HSL | 338.57º | 0.99% | 0.36% | - |
| HSV(B) | 338.57º | 0.99% | 0.72% | - |
| XYZ | 20.52 | 10.48 | 6.1 | - |
| YUV | 62.83 | 129.8 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 66 | 0 | 0.99 | 0.64 | 0.28 | 338.57 | 0.99 | 0.36 |
| Hex | B7 | 1 | 42 | 0 | 63 | 40 | 1C | 153 | 63 | 24 |
| Octal | 267 | 1 | 102 | 0 | 143 | 100 | 34 | 523 | 143 | 44 |
| Binary | 10110111 | 1 | 1000010 | 0 | 1100011 | 1000000 | 11100 | 101010011 | 1100011 | 100100 |
Color Harmonies of #B70142
Complementary color
Monochromatic Colors of #B70142
Black with #B70142
Text Example
Text Example
White with #B70142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70142; }
p { color: rgb(183,1,66); }
H1.HeaderClassName
{
color: #B70142;
}
.AnyTagClassName
{
color: #B70142;
}
</style>
background-color css
<style>
a { background-color: #B70142; }
a { background-color: rgb(183,1,66); }
div.DivClassName
{
background-color: #B70142;
}
.BgClassName
{
background-color: #B70142;
}
</style>
border-color css
<style>
span { border-color: #B70142; }
span { border-color: rgb(183,1,66); }
td.TdClassName
{
border-color: #B70142;
}
.TagClassName
{
border-color: #B70142;
}
</style>