Shades of Cardinal #B71533
Tints of Cardinal #B71533
RGB
CMYK
RGB Variations
Color information
#B71533 (or 0xB71533) is known color: Cardinal. HEX triplet: B7, 15 and 33. RGB value is (183,21,51). Sum of RGB (Red+Green+Blue) = 183+21+51=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B71533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71533 is #48EACC. Grayscale: #484848. Windows color (decimal): -4778701 or 3347895. OLE color: 3347895.
HSL color Cylindrical-coordinate representation of color #B71533: hue angle of 348.89º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71533 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 51 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.28 |
| HSL | 348.89º | 0.79% | 0.4% | - |
| HSV(B) | 348.89º | 0.89% | 0.72% | - |
| XYZ | 20.39 | 10.84 | 4.15 | - |
| YUV | 72.86 | 115.67 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 51 | 0 | 0.89 | 0.72 | 0.28 | 348.89 | 0.79 | 0.4 |
| Hex | B7 | 15 | 33 | 0 | 59 | 48 | 1C | 15D | 4F | 28 |
| Octal | 267 | 25 | 63 | 0 | 131 | 110 | 34 | 535 | 117 | 50 |
| Binary | 10110111 | 10101 | 110011 | 0 | 1011001 | 1001000 | 11100 | 101011101 | 1001111 | 101000 |
Color Harmonies of #B71533
Complementary color
Monochromatic Colors of #B71533
Black with #B71533
Text Example
Text Example
White with #B71533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71533; }
p { color: rgb(183,21,51); }
H1.HeaderClassName
{
color: #B71533;
}
.AnyTagClassName
{
color: #B71533;
}
</style>
background-color css
<style>
a { background-color: #B71533; }
a { background-color: rgb(183,21,51); }
div.DivClassName
{
background-color: #B71533;
}
.BgClassName
{
background-color: #B71533;
}
</style>
border-color css
<style>
span { border-color: #B71533; }
span { border-color: rgb(183,21,51); }
td.TdClassName
{
border-color: #B71533;
}
.TagClassName
{
border-color: #B71533;
}
</style>