Shades of Cardinal #B71228
Tints of Cardinal #B71228
RGB
CMYK
RGB Variations
Color information
#B71228 (or 0xB71228) is known color: Cardinal. HEX triplet: B7, 12 and 28. RGB value is (183,18,40). Sum of RGB (Red+Green+Blue) = 183+18+40=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B71228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71228 is #48EDD7. Grayscale: #454545. Windows color (decimal): -4779480 or 2626231. OLE color: 2626231.
HSL color Cylindrical-coordinate representation of color #B71228: hue angle of 352º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71228 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 40 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.28 |
| HSL | 352º | 0.82% | 0.39% | - |
| HSV(B) | 352º | 0.9% | 0.72% | - |
| XYZ | 20.13 | 10.65 | 3 | - |
| YUV | 69.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 40 | 0 | 0.90 | 0.78 | 0.28 | 352 | 0.82 | 0.39 |
| Hex | B7 | 12 | 28 | 0 | 5A | 4E | 1C | 160 | 52 | 27 |
| Octal | 267 | 22 | 50 | 0 | 132 | 116 | 34 | 540 | 122 | 47 |
| Binary | 10110111 | 10010 | 101000 | 0 | 1011010 | 1001110 | 11100 | 101100000 | 1010010 | 100111 |
Color Harmonies of #B71228
Complementary color
Monochromatic Colors of #B71228
Black with #B71228
Text Example
Text Example
White with #B71228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71228; }
p { color: rgb(183,18,40); }
H1.HeaderClassName
{
color: #B71228;
}
.AnyTagClassName
{
color: #B71228;
}
</style>
background-color css
<style>
a { background-color: #B71228; }
a { background-color: rgb(183,18,40); }
div.DivClassName
{
background-color: #B71228;
}
.BgClassName
{
background-color: #B71228;
}
</style>
border-color css
<style>
span { border-color: #B71228; }
span { border-color: rgb(183,18,40); }
td.TdClassName
{
border-color: #B71228;
}
.TagClassName
{
border-color: #B71228;
}
</style>