Shades of Cardinal #B71935
Tints of Cardinal #B71935
RGB
CMYK
RGB Variations
Color information
#B71935 (or 0xB71935) is known color: Cardinal. HEX triplet: B7, 19 and 35. RGB value is (183,25,53). Sum of RGB (Red+Green+Blue) = 183+25+53=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B71935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71935 is #48E6CA. Grayscale: #4B4B4B. Windows color (decimal): -4777675 or 3479991. OLE color: 3479991.
HSL color Cylindrical-coordinate representation of color #B71935: hue angle of 349.37º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71935 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 53 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.28 |
| HSL | 349.37º | 0.76% | 0.41% | - |
| HSV(B) | 349.37º | 0.86% | 0.72% | - |
| XYZ | 20.52 | 11.02 | 4.41 | - |
| YUV | 75.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 53 | 0 | 0.86 | 0.71 | 0.28 | 349.37 | 0.76 | 0.41 |
| Hex | B7 | 19 | 35 | 0 | 56 | 47 | 1C | 15D | 4C | 29 |
| Octal | 267 | 31 | 65 | 0 | 126 | 107 | 34 | 535 | 114 | 51 |
| Binary | 10110111 | 11001 | 110101 | 0 | 1010110 | 1000111 | 11100 | 101011101 | 1001100 | 101001 |
Color Harmonies of #B71935
Complementary color
Monochromatic Colors of #B71935
Black with #B71935
Text Example
Text Example
White with #B71935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71935; }
p { color: rgb(183,25,53); }
H1.HeaderClassName
{
color: #B71935;
}
.AnyTagClassName
{
color: #B71935;
}
</style>
background-color css
<style>
a { background-color: #B71935; }
a { background-color: rgb(183,25,53); }
div.DivClassName
{
background-color: #B71935;
}
.BgClassName
{
background-color: #B71935;
}
</style>
border-color css
<style>
span { border-color: #B71935; }
span { border-color: rgb(183,25,53); }
td.TdClassName
{
border-color: #B71935;
}
.TagClassName
{
border-color: #B71935;
}
</style>