Shades of Cardinal #B7202B
Tints of Cardinal #B7202B
RGB
CMYK
RGB Variations
Color information
#B7202B (or 0xB7202B) is known color: Cardinal. HEX triplet: B7, 20 and 2B. RGB value is (183,32,43). Sum of RGB (Red+Green+Blue) = 183+32+43=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B7202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7202B is #48DFD4. Grayscale: #4E4E4E. Windows color (decimal): -4775893 or 2826423. OLE color: 2826423.
HSL color Cylindrical-coordinate representation of color #B7202B: hue angle of 355.63º 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 #B7202B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 43 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.28 |
| HSL | 355.63º | 0.7% | 0.42% | - |
| HSV(B) | 355.63º | 0.83% | 0.72% | - |
| XYZ | 20.48 | 11.27 | 3.38 | - |
| YUV | 78.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 43 | 0 | 0.83 | 0.77 | 0.28 | 355.63 | 0.7 | 0.42 |
| Hex | B7 | 20 | 2B | 0 | 53 | 4D | 1C | 164 | 46 | 2A |
| Octal | 267 | 40 | 53 | 0 | 123 | 115 | 34 | 544 | 106 | 52 |
| Binary | 10110111 | 100000 | 101011 | 0 | 1010011 | 1001101 | 11100 | 101100100 | 1000110 | 101010 |
Color Harmonies of #B7202B
Complementary color
Monochromatic Colors of #B7202B
Black with #B7202B
Text Example
Text Example
White with #B7202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7202B; }
p { color: rgb(183,32,43); }
H1.HeaderClassName
{
color: #B7202B;
}
.AnyTagClassName
{
color: #B7202B;
}
</style>
background-color css
<style>
a { background-color: #B7202B; }
a { background-color: rgb(183,32,43); }
div.DivClassName
{
background-color: #B7202B;
}
.BgClassName
{
background-color: #B7202B;
}
</style>
border-color css
<style>
span { border-color: #B7202B; }
span { border-color: rgb(183,32,43); }
td.TdClassName
{
border-color: #B7202B;
}
.TagClassName
{
border-color: #B7202B;
}
</style>