Shades of Cardinal #B71638
Tints of Cardinal #B71638
RGB
CMYK
RGB Variations
Color information
#B71638 (or 0xB71638) is known color: Cardinal. HEX triplet: B7, 16 and 38. RGB value is (183,22,56). Sum of RGB (Red+Green+Blue) = 183+22+56=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B71638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71638 is #48E9C7. Grayscale: #4A4A4A. Windows color (decimal): -4778440 or 3675831. OLE color: 3675831.
HSL color Cylindrical-coordinate representation of color #B71638: hue angle of 347.33º 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 #B71638 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 56 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.28 |
| HSL | 347.33º | 0.79% | 0.4% | - |
| HSV(B) | 347.33º | 0.88% | 0.72% | - |
| XYZ | 20.53 | 10.93 | 4.77 | - |
| YUV | 74.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 56 | 0 | 0.88 | 0.69 | 0.28 | 347.33 | 0.79 | 0.4 |
| Hex | B7 | 16 | 38 | 0 | 58 | 45 | 1C | 15B | 4F | 28 |
| Octal | 267 | 26 | 70 | 0 | 130 | 105 | 34 | 533 | 117 | 50 |
| Binary | 10110111 | 10110 | 111000 | 0 | 1011000 | 1000101 | 11100 | 101011011 | 1001111 | 101000 |
Color Harmonies of #B71638
Complementary color
Monochromatic Colors of #B71638
Black with #B71638
Text Example
Text Example
White with #B71638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71638; }
p { color: rgb(183,22,56); }
H1.HeaderClassName
{
color: #B71638;
}
.AnyTagClassName
{
color: #B71638;
}
</style>
background-color css
<style>
a { background-color: #B71638; }
a { background-color: rgb(183,22,56); }
div.DivClassName
{
background-color: #B71638;
}
.BgClassName
{
background-color: #B71638;
}
</style>
border-color css
<style>
span { border-color: #B71638; }
span { border-color: rgb(183,22,56); }
td.TdClassName
{
border-color: #B71638;
}
.TagClassName
{
border-color: #B71638;
}
</style>