Shades of Cardinal #B71830
Tints of Cardinal #B71830
RGB
CMYK
RGB Variations
Color information
#B71830 (or 0xB71830) is known color: Cardinal. HEX triplet: B7, 18 and 30. RGB value is (183,24,48). Sum of RGB (Red+Green+Blue) = 183+24+48=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B71830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71830 is #48E7CF. Grayscale: #4A4A4A. Windows color (decimal): -4777936 or 3152055. OLE color: 3152055.
HSL color Cylindrical-coordinate representation of color #B71830: hue angle of 350.94º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71830 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 48 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.28 |
| HSL | 350.94º | 0.77% | 0.41% | - |
| HSV(B) | 350.94º | 0.87% | 0.72% | - |
| XYZ | 20.39 | 10.93 | 3.83 | - |
| YUV | 74.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 48 | 0 | 0.87 | 0.74 | 0.28 | 350.94 | 0.77 | 0.41 |
| Hex | B7 | 18 | 30 | 0 | 57 | 4A | 1C | 15F | 4D | 29 |
| Octal | 267 | 30 | 60 | 0 | 127 | 112 | 34 | 537 | 115 | 51 |
| Binary | 10110111 | 11000 | 110000 | 0 | 1010111 | 1001010 | 11100 | 101011111 | 1001101 | 101001 |
Color Harmonies of #B71830
Complementary color
Monochromatic Colors of #B71830
Black with #B71830
Text Example
Text Example
White with #B71830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71830; }
p { color: rgb(183,24,48); }
H1.HeaderClassName
{
color: #B71830;
}
.AnyTagClassName
{
color: #B71830;
}
</style>
background-color css
<style>
a { background-color: #B71830; }
a { background-color: rgb(183,24,48); }
div.DivClassName
{
background-color: #B71830;
}
.BgClassName
{
background-color: #B71830;
}
</style>
border-color css
<style>
span { border-color: #B71830; }
span { border-color: rgb(183,24,48); }
td.TdClassName
{
border-color: #B71830;
}
.TagClassName
{
border-color: #B71830;
}
</style>