Shades of Cardinal #B70143
Tints of Cardinal #B70143
RGB
CMYK
RGB Variations
Color information
#B70143 (or 0xB70143) is known color: Cardinal. HEX triplet: B7, 01 and 43. RGB value is (183,1,67). Sum of RGB (Red+Green+Blue) = 183+1+67=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B70143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70143 is #48FEBC. Grayscale: #3E3E3E. Windows color (decimal): -4783805 or 4391351. OLE color: 4391351.
HSL color Cylindrical-coordinate representation of color #B70143: hue angle of 338.24º 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 #B70143 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.28 |
| HSL | 338.24º | 0.99% | 0.36% | - |
| HSV(B) | 338.24º | 0.99% | 0.72% | - |
| XYZ | 20.55 | 10.49 | 6.25 | - |
| YUV | 62.94 | 130.3 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 67 | 0 | 0.99 | 0.63 | 0.28 | 338.24 | 0.99 | 0.36 |
| Hex | B7 | 1 | 43 | 0 | 63 | 3F | 1C | 152 | 63 | 24 |
| Octal | 267 | 1 | 103 | 0 | 143 | 77 | 34 | 522 | 143 | 44 |
| Binary | 10110111 | 1 | 1000011 | 0 | 1100011 | 111111 | 11100 | 101010010 | 1100011 | 100100 |
Color Harmonies of #B70143
Complementary color
Monochromatic Colors of #B70143
Black with #B70143
Text Example
Text Example
White with #B70143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70143; }
p { color: rgb(183,1,67); }
H1.HeaderClassName
{
color: #B70143;
}
.AnyTagClassName
{
color: #B70143;
}
</style>
background-color css
<style>
a { background-color: #B70143; }
a { background-color: rgb(183,1,67); }
div.DivClassName
{
background-color: #B70143;
}
.BgClassName
{
background-color: #B70143;
}
</style>
border-color css
<style>
span { border-color: #B70143; }
span { border-color: rgb(183,1,67); }
td.TdClassName
{
border-color: #B70143;
}
.TagClassName
{
border-color: #B70143;
}
</style>