Shades of Cardinal #B71932
Tints of Cardinal #B71932
RGB
CMYK
RGB Variations
Color information
#B71932 (or 0xB71932) is known color: Cardinal. HEX triplet: B7, 19 and 32. RGB value is (183,25,50). Sum of RGB (Red+Green+Blue) = 183+25+50=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B71932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71932 is #48E6CD. Grayscale: #4B4B4B. Windows color (decimal): -4777678 or 3283383. OLE color: 3283383.
HSL color Cylindrical-coordinate representation of color #B71932: hue angle of 350.51º 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 #B71932 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 50 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.28 |
| HSL | 350.51º | 0.76% | 0.41% | - |
| HSV(B) | 350.51º | 0.86% | 0.72% | - |
| XYZ | 20.45 | 10.99 | 4.06 | - |
| YUV | 75.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 50 | 0 | 0.86 | 0.73 | 0.28 | 350.51 | 0.76 | 0.41 |
| Hex | B7 | 19 | 32 | 0 | 56 | 49 | 1C | 15F | 4C | 29 |
| Octal | 267 | 31 | 62 | 0 | 126 | 111 | 34 | 537 | 114 | 51 |
| Binary | 10110111 | 11001 | 110010 | 0 | 1010110 | 1001001 | 11100 | 101011111 | 1001100 | 101001 |
Color Harmonies of #B71932
Complementary color
Monochromatic Colors of #B71932
Black with #B71932
Text Example
Text Example
White with #B71932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71932; }
p { color: rgb(183,25,50); }
H1.HeaderClassName
{
color: #B71932;
}
.AnyTagClassName
{
color: #B71932;
}
</style>
background-color css
<style>
a { background-color: #B71932; }
a { background-color: rgb(183,25,50); }
div.DivClassName
{
background-color: #B71932;
}
.BgClassName
{
background-color: #B71932;
}
</style>
border-color css
<style>
span { border-color: #B71932; }
span { border-color: rgb(183,25,50); }
td.TdClassName
{
border-color: #B71932;
}
.TagClassName
{
border-color: #B71932;
}
</style>