Shades of Cardinal #B7203C
Tints of Cardinal #B7203C
RGB
CMYK
RGB Variations
Color information
#B7203C (or 0xB7203C) is known color: Cardinal. HEX triplet: B7, 20 and 3C. RGB value is (183,32,60). Sum of RGB (Red+Green+Blue) = 183+32+60=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7203C is #48DFC3. Grayscale: #505050. Windows color (decimal): -4775876 or 3940535. OLE color: 3940535.
HSL color Cylindrical-coordinate representation of color #B7203C: hue angle of 348.87º 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 #B7203C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 60 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.28 |
| HSL | 348.87º | 0.7% | 0.42% | - |
| HSV(B) | 348.87º | 0.83% | 0.72% | - |
| XYZ | 20.86 | 11.43 | 5.38 | - |
| YUV | 80.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 60 | 0 | 0.83 | 0.67 | 0.28 | 348.87 | 0.7 | 0.42 |
| Hex | B7 | 20 | 3C | 0 | 53 | 43 | 1C | 15D | 46 | 2A |
| Octal | 267 | 40 | 74 | 0 | 123 | 103 | 34 | 535 | 106 | 52 |
| Binary | 10110111 | 100000 | 111100 | 0 | 1010011 | 1000011 | 11100 | 101011101 | 1000110 | 101010 |
Color Harmonies of #B7203C
Complementary color
Monochromatic Colors of #B7203C
Black with #B7203C
Text Example
Text Example
White with #B7203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7203C; }
p { color: rgb(183,32,60); }
H1.HeaderClassName
{
color: #B7203C;
}
.AnyTagClassName
{
color: #B7203C;
}
</style>
background-color css
<style>
a { background-color: #B7203C; }
a { background-color: rgb(183,32,60); }
div.DivClassName
{
background-color: #B7203C;
}
.BgClassName
{
background-color: #B7203C;
}
</style>
border-color css
<style>
span { border-color: #B7203C; }
span { border-color: rgb(183,32,60); }
td.TdClassName
{
border-color: #B7203C;
}
.TagClassName
{
border-color: #B7203C;
}
</style>