Shades of Cardinal #B71945
Tints of Cardinal #B71945
RGB
CMYK
RGB Variations
Color information
#B71945 (or 0xB71945) is known color: Cardinal. HEX triplet: B7, 19 and 45. RGB value is (183,25,69). Sum of RGB (Red+Green+Blue) = 183+25+69=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B71945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71945 is #48E6BA. Grayscale: #4D4D4D. Windows color (decimal): -4777659 or 4528567. OLE color: 4528567.
HSL color Cylindrical-coordinate representation of color #B71945: hue angle of 343.29º 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 #B71945 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 69 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.28 |
| HSL | 343.29º | 0.76% | 0.41% | - |
| HSV(B) | 343.29º | 0.86% | 0.72% | - |
| XYZ | 20.95 | 11.19 | 6.69 | - |
| YUV | 77.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 69 | 0 | 0.86 | 0.62 | 0.28 | 343.29 | 0.76 | 0.41 |
| Hex | B7 | 19 | 45 | 0 | 56 | 3E | 1C | 157 | 4C | 29 |
| Octal | 267 | 31 | 105 | 0 | 126 | 76 | 34 | 527 | 114 | 51 |
| Binary | 10110111 | 11001 | 1000101 | 0 | 1010110 | 111110 | 11100 | 101010111 | 1001100 | 101001 |
Color Harmonies of #B71945
Complementary color
Monochromatic Colors of #B71945
Black with #B71945
Text Example
Text Example
White with #B71945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71945; }
p { color: rgb(183,25,69); }
H1.HeaderClassName
{
color: #B71945;
}
.AnyTagClassName
{
color: #B71945;
}
</style>
background-color css
<style>
a { background-color: #B71945; }
a { background-color: rgb(183,25,69); }
div.DivClassName
{
background-color: #B71945;
}
.BgClassName
{
background-color: #B71945;
}
</style>
border-color css
<style>
span { border-color: #B71945; }
span { border-color: rgb(183,25,69); }
td.TdClassName
{
border-color: #B71945;
}
.TagClassName
{
border-color: #B71945;
}
</style>