Shades of Cardinal #B7203F
Tints of Cardinal #B7203F
RGB
CMYK
RGB Variations
Color information
#B7203F (or 0xB7203F) is known color: Cardinal. HEX triplet: B7, 20 and 3F. RGB value is (183,32,63). Sum of RGB (Red+Green+Blue) = 183+32+63=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7203F is #48DFC0. Grayscale: #505050. Windows color (decimal): -4775873 or 4137143. OLE color: 4137143.
HSL color Cylindrical-coordinate representation of color #B7203F: hue angle of 347.68º 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 #B7203F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 63 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.28 |
| HSL | 347.68º | 0.7% | 0.42% | - |
| HSV(B) | 347.68º | 0.83% | 0.72% | - |
| XYZ | 20.94 | 11.46 | 5.81 | - |
| YUV | 80.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 63 | 0 | 0.83 | 0.66 | 0.28 | 347.68 | 0.7 | 0.42 |
| Hex | B7 | 20 | 3F | 0 | 53 | 42 | 1C | 15C | 46 | 2A |
| Octal | 267 | 40 | 77 | 0 | 123 | 102 | 34 | 534 | 106 | 52 |
| Binary | 10110111 | 100000 | 111111 | 0 | 1010011 | 1000010 | 11100 | 101011100 | 1000110 | 101010 |
Color Harmonies of #B7203F
Complementary color
Monochromatic Colors of #B7203F
Black with #B7203F
Text Example
Text Example
White with #B7203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7203F; }
p { color: rgb(183,32,63); }
H1.HeaderClassName
{
color: #B7203F;
}
.AnyTagClassName
{
color: #B7203F;
}
</style>
background-color css
<style>
a { background-color: #B7203F; }
a { background-color: rgb(183,32,63); }
div.DivClassName
{
background-color: #B7203F;
}
.BgClassName
{
background-color: #B7203F;
}
</style>
border-color css
<style>
span { border-color: #B7203F; }
span { border-color: rgb(183,32,63); }
td.TdClassName
{
border-color: #B7203F;
}
.TagClassName
{
border-color: #B7203F;
}
</style>