Shades of Cardinal #B7203E
Tints of Cardinal #B7203E
RGB
CMYK
RGB Variations
Color information
#B7203E (or 0xB7203E) is known color: Cardinal. HEX triplet: B7, 20 and 3E. RGB value is (183,32,62). Sum of RGB (Red+Green+Blue) = 183+32+62=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7203E is #48DFC1. Grayscale: #505050. Windows color (decimal): -4775874 or 4071607. OLE color: 4071607.
HSL color Cylindrical-coordinate representation of color #B7203E: hue angle of 348.08º 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 #B7203E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 62 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.28 |
| HSL | 348.08º | 0.7% | 0.42% | - |
| HSV(B) | 348.08º | 0.83% | 0.72% | - |
| XYZ | 20.91 | 11.45 | 5.66 | - |
| YUV | 80.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 62 | 0 | 0.83 | 0.66 | 0.28 | 348.08 | 0.7 | 0.42 |
| Hex | B7 | 20 | 3E | 0 | 53 | 42 | 1C | 15C | 46 | 2A |
| Octal | 267 | 40 | 76 | 0 | 123 | 102 | 34 | 534 | 106 | 52 |
| Binary | 10110111 | 100000 | 111110 | 0 | 1010011 | 1000010 | 11100 | 101011100 | 1000110 | 101010 |
Color Harmonies of #B7203E
Complementary color
Monochromatic Colors of #B7203E
Black with #B7203E
Text Example
Text Example
White with #B7203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7203E; }
p { color: rgb(183,32,62); }
H1.HeaderClassName
{
color: #B7203E;
}
.AnyTagClassName
{
color: #B7203E;
}
</style>
background-color css
<style>
a { background-color: #B7203E; }
a { background-color: rgb(183,32,62); }
div.DivClassName
{
background-color: #B7203E;
}
.BgClassName
{
background-color: #B7203E;
}
</style>
border-color css
<style>
span { border-color: #B7203E; }
span { border-color: rgb(183,32,62); }
td.TdClassName
{
border-color: #B7203E;
}
.TagClassName
{
border-color: #B7203E;
}
</style>