Shades of Cardinal #B0203A
Tints of Cardinal #B0203A
RGB
CMYK
RGB Variations
Color information
#B0203A (or 0xB0203A) is known color: Cardinal. HEX triplet: B0, 20 and 3A. RGB value is (176,32,58). Sum of RGB (Red+Green+Blue) = 176+32+58=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B0203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0203A is #4FDFC5. Grayscale: #4E4E4E. Windows color (decimal): -5234630 or 3809456. OLE color: 3809456.
HSL color Cylindrical-coordinate representation of color #B0203A: hue angle of 349.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0203A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 58 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.31 |
| HSL | 349.17º | 0.69% | 0.41% | - |
| HSV(B) | 349.17º | 0.82% | 0.69% | - |
| XYZ | 19.18 | 10.57 | 5.03 | - |
| YUV | 78.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 58 | 0 | 0.82 | 0.67 | 0.31 | 349.17 | 0.69 | 0.41 |
| Hex | B0 | 20 | 3A | 0 | 52 | 43 | 1F | 15D | 45 | 29 |
| Octal | 260 | 40 | 72 | 0 | 122 | 103 | 37 | 535 | 105 | 51 |
| Binary | 10110000 | 100000 | 111010 | 0 | 1010010 | 1000011 | 11111 | 101011101 | 1000101 | 101001 |
Color Harmonies of #B0203A
Complementary color
Monochromatic Colors of #B0203A
Black with #B0203A
Text Example
Text Example
White with #B0203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0203A; }
p { color: rgb(176,32,58); }
H1.HeaderClassName
{
color: #B0203A;
}
.AnyTagClassName
{
color: #B0203A;
}
</style>
background-color css
<style>
a { background-color: #B0203A; }
a { background-color: rgb(176,32,58); }
div.DivClassName
{
background-color: #B0203A;
}
.BgClassName
{
background-color: #B0203A;
}
</style>
border-color css
<style>
span { border-color: #B0203A; }
span { border-color: rgb(176,32,58); }
td.TdClassName
{
border-color: #B0203A;
}
.TagClassName
{
border-color: #B0203A;
}
</style>