Shades of Cardinal #B71628
Tints of Cardinal #B71628
RGB
CMYK
RGB Variations
Color information
#B71628 (or 0xB71628) is known color: Cardinal. HEX triplet: B7, 16 and 28. RGB value is (183,22,40). Sum of RGB (Red+Green+Blue) = 183+22+40=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B71628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71628 is #48E9D7. Grayscale: #484848. Windows color (decimal): -4778456 or 2627255. OLE color: 2627255.
HSL color Cylindrical-coordinate representation of color #B71628: hue angle of 353.29º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71628 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 40 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.28 |
| HSL | 353.29º | 0.79% | 0.4% | - |
| HSV(B) | 353.29º | 0.88% | 0.72% | - |
| XYZ | 20.2 | 10.79 | 3.03 | - |
| YUV | 72.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 40 | 0 | 0.88 | 0.78 | 0.28 | 353.29 | 0.79 | 0.4 |
| Hex | B7 | 16 | 28 | 0 | 58 | 4E | 1C | 161 | 4F | 28 |
| Octal | 267 | 26 | 50 | 0 | 130 | 116 | 34 | 541 | 117 | 50 |
| Binary | 10110111 | 10110 | 101000 | 0 | 1011000 | 1001110 | 11100 | 101100001 | 1001111 | 101000 |
Color Harmonies of #B71628
Complementary color
Monochromatic Colors of #B71628
Black with #B71628
Text Example
Text Example
White with #B71628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71628; }
p { color: rgb(183,22,40); }
H1.HeaderClassName
{
color: #B71628;
}
.AnyTagClassName
{
color: #B71628;
}
</style>
background-color css
<style>
a { background-color: #B71628; }
a { background-color: rgb(183,22,40); }
div.DivClassName
{
background-color: #B71628;
}
.BgClassName
{
background-color: #B71628;
}
</style>
border-color css
<style>
span { border-color: #B71628; }
span { border-color: rgb(183,22,40); }
td.TdClassName
{
border-color: #B71628;
}
.TagClassName
{
border-color: #B71628;
}
</style>