Shades of Cardinal #B7203A
Tints of Cardinal #B7203A
RGB
CMYK
RGB Variations
Color information
#B7203A (or 0xB7203A) is known color: Cardinal. HEX triplet: B7, 20 and 3A. RGB value is (183,32,58). Sum of RGB (Red+Green+Blue) = 183+32+58=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B7203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7203A is #48DFC5. Grayscale: #505050. Windows color (decimal): -4775878 or 3809463. OLE color: 3809463.
HSL color Cylindrical-coordinate representation of color #B7203A: hue angle of 349.67º 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 #B7203A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 58 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.28 |
| HSL | 349.67º | 0.7% | 0.42% | - |
| HSV(B) | 349.67º | 0.83% | 0.72% | - |
| XYZ | 20.81 | 11.41 | 5.11 | - |
| YUV | 80.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 58 | 0 | 0.83 | 0.68 | 0.28 | 349.67 | 0.7 | 0.42 |
| Hex | B7 | 20 | 3A | 0 | 53 | 44 | 1C | 15E | 46 | 2A |
| Octal | 267 | 40 | 72 | 0 | 123 | 104 | 34 | 536 | 106 | 52 |
| Binary | 10110111 | 100000 | 111010 | 0 | 1010011 | 1000100 | 11100 | 101011110 | 1000110 | 101010 |
Color Harmonies of #B7203A
Complementary color
Monochromatic Colors of #B7203A
Black with #B7203A
Text Example
Text Example
White with #B7203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7203A; }
p { color: rgb(183,32,58); }
H1.HeaderClassName
{
color: #B7203A;
}
.AnyTagClassName
{
color: #B7203A;
}
</style>
background-color css
<style>
a { background-color: #B7203A; }
a { background-color: rgb(183,32,58); }
div.DivClassName
{
background-color: #B7203A;
}
.BgClassName
{
background-color: #B7203A;
}
</style>
border-color css
<style>
span { border-color: #B7203A; }
span { border-color: rgb(183,32,58); }
td.TdClassName
{
border-color: #B7203A;
}
.TagClassName
{
border-color: #B7203A;
}
</style>