Shades of Cardinal #B71428
Tints of Cardinal #B71428
RGB
CMYK
RGB Variations
Color information
#B71428 (or 0xB71428) is known color: Cardinal. HEX triplet: B7, 14 and 28. RGB value is (183,20,40). Sum of RGB (Red+Green+Blue) = 183+20+40=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B71428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71428 is #48EBD7. Grayscale: #474747. Windows color (decimal): -4778968 or 2626743. OLE color: 2626743.
HSL color Cylindrical-coordinate representation of color #B71428: hue angle of 352.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71428 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 40 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.28 |
| HSL | 352.64º | 0.8% | 0.4% | - |
| HSV(B) | 352.64º | 0.89% | 0.72% | - |
| XYZ | 20.16 | 10.72 | 3.01 | - |
| YUV | 71.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 40 | 0 | 0.89 | 0.78 | 0.28 | 352.64 | 0.8 | 0.4 |
| Hex | B7 | 14 | 28 | 0 | 59 | 4E | 1C | 161 | 50 | 28 |
| Octal | 267 | 24 | 50 | 0 | 131 | 116 | 34 | 541 | 120 | 50 |
| Binary | 10110111 | 10100 | 101000 | 0 | 1011001 | 1001110 | 11100 | 101100001 | 1010000 | 101000 |
Color Harmonies of #B71428
Complementary color
Monochromatic Colors of #B71428
Black with #B71428
Text Example
Text Example
White with #B71428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71428; }
p { color: rgb(183,20,40); }
H1.HeaderClassName
{
color: #B71428;
}
.AnyTagClassName
{
color: #B71428;
}
</style>
background-color css
<style>
a { background-color: #B71428; }
a { background-color: rgb(183,20,40); }
div.DivClassName
{
background-color: #B71428;
}
.BgClassName
{
background-color: #B71428;
}
</style>
border-color css
<style>
span { border-color: #B71428; }
span { border-color: rgb(183,20,40); }
td.TdClassName
{
border-color: #B71428;
}
.TagClassName
{
border-color: #B71428;
}
</style>