Shades of Cardinal #B7202C
Tints of Cardinal #B7202C
RGB
CMYK
RGB Variations
Color information
#B7202C (or 0xB7202C) is known color: Cardinal. HEX triplet: B7, 20 and 2C. RGB value is (183,32,44). Sum of RGB (Red+Green+Blue) = 183+32+44=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7202C is #48DFD3. Grayscale: #4E4E4E. Windows color (decimal): -4775892 or 2891959. OLE color: 2891959.
HSL color Cylindrical-coordinate representation of color #B7202C: hue angle of 355.23º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7202C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 44 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.28 |
| HSL | 355.23º | 0.7% | 0.42% | - |
| HSV(B) | 355.23º | 0.83% | 0.72% | - |
| XYZ | 20.5 | 11.28 | 3.48 | - |
| YUV | 78.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 44 | 0 | 0.83 | 0.76 | 0.28 | 355.23 | 0.7 | 0.42 |
| Hex | B7 | 20 | 2C | 0 | 53 | 4C | 1C | 163 | 46 | 2A |
| Octal | 267 | 40 | 54 | 0 | 123 | 114 | 34 | 543 | 106 | 52 |
| Binary | 10110111 | 100000 | 101100 | 0 | 1010011 | 1001100 | 11100 | 101100011 | 1000110 | 101010 |
Color Harmonies of #B7202C
Complementary color
Monochromatic Colors of #B7202C
Black with #B7202C
Text Example
Text Example
White with #B7202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7202C; }
p { color: rgb(183,32,44); }
H1.HeaderClassName
{
color: #B7202C;
}
.AnyTagClassName
{
color: #B7202C;
}
</style>
background-color css
<style>
a { background-color: #B7202C; }
a { background-color: rgb(183,32,44); }
div.DivClassName
{
background-color: #B7202C;
}
.BgClassName
{
background-color: #B7202C;
}
</style>
border-color css
<style>
span { border-color: #B7202C; }
span { border-color: rgb(183,32,44); }
td.TdClassName
{
border-color: #B7202C;
}
.TagClassName
{
border-color: #B7202C;
}
</style>