Shades of Cardinal #B71735
Tints of Cardinal #B71735
RGB
CMYK
RGB Variations
Color information
#B71735 (or 0xB71735) is known color: Cardinal. HEX triplet: B7, 17 and 35. RGB value is (183,23,53). Sum of RGB (Red+Green+Blue) = 183+23+53=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B71735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71735 is #48E8CA. Grayscale: #4A4A4A. Windows color (decimal): -4778187 or 3479479. OLE color: 3479479.
HSL color Cylindrical-coordinate representation of color #B71735: hue angle of 348.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71735 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 53 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.28 |
| HSL | 348.75º | 0.78% | 0.4% | - |
| HSV(B) | 348.75º | 0.87% | 0.72% | - |
| XYZ | 20.48 | 10.94 | 4.4 | - |
| YUV | 74.26 | 116.01 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 53 | 0 | 0.87 | 0.71 | 0.28 | 348.75 | 0.78 | 0.4 |
| Hex | B7 | 17 | 35 | 0 | 57 | 47 | 1C | 15D | 4E | 28 |
| Octal | 267 | 27 | 65 | 0 | 127 | 107 | 34 | 535 | 116 | 50 |
| Binary | 10110111 | 10111 | 110101 | 0 | 1010111 | 1000111 | 11100 | 101011101 | 1001110 | 101000 |
Color Harmonies of #B71735
Complementary color
Monochromatic Colors of #B71735
Black with #B71735
Text Example
Text Example
White with #B71735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71735; }
p { color: rgb(183,23,53); }
H1.HeaderClassName
{
color: #B71735;
}
.AnyTagClassName
{
color: #B71735;
}
</style>
background-color css
<style>
a { background-color: #B71735; }
a { background-color: rgb(183,23,53); }
div.DivClassName
{
background-color: #B71735;
}
.BgClassName
{
background-color: #B71735;
}
</style>
border-color css
<style>
span { border-color: #B71735; }
span { border-color: rgb(183,23,53); }
td.TdClassName
{
border-color: #B71735;
}
.TagClassName
{
border-color: #B71735;
}
</style>