Shades of Cardinal #B71335
Tints of Cardinal #B71335
RGB
CMYK
RGB Variations
Color information
#B71335 (or 0xB71335) is known color: Cardinal. HEX triplet: B7, 13 and 35. RGB value is (183,19,53). Sum of RGB (Red+Green+Blue) = 183+19+53=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B71335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71335 is #48ECCA. Grayscale: #474747. Windows color (decimal): -4779211 or 3478455. OLE color: 3478455.
HSL color Cylindrical-coordinate representation of color #B71335: hue angle of 347.56º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71335 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 53 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.28 |
| HSL | 347.56º | 0.81% | 0.4% | - |
| HSV(B) | 347.56º | 0.9% | 0.72% | - |
| XYZ | 20.4 | 10.79 | 4.38 | - |
| YUV | 71.91 | 117.33 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 53 | 0 | 0.90 | 0.71 | 0.28 | 347.56 | 0.81 | 0.4 |
| Hex | B7 | 13 | 35 | 0 | 5A | 47 | 1C | 15C | 51 | 28 |
| Octal | 267 | 23 | 65 | 0 | 132 | 107 | 34 | 534 | 121 | 50 |
| Binary | 10110111 | 10011 | 110101 | 0 | 1011010 | 1000111 | 11100 | 101011100 | 1010001 | 101000 |
Color Harmonies of #B71335
Complementary color
Monochromatic Colors of #B71335
Black with #B71335
Text Example
Text Example
White with #B71335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71335; }
p { color: rgb(183,19,53); }
H1.HeaderClassName
{
color: #B71335;
}
.AnyTagClassName
{
color: #B71335;
}
</style>
background-color css
<style>
a { background-color: #B71335; }
a { background-color: rgb(183,19,53); }
div.DivClassName
{
background-color: #B71335;
}
.BgClassName
{
background-color: #B71335;
}
</style>
border-color css
<style>
span { border-color: #B71335; }
span { border-color: rgb(183,19,53); }
td.TdClassName
{
border-color: #B71335;
}
.TagClassName
{
border-color: #B71335;
}
</style>