Shades of Cardinal #B0203E
Tints of Cardinal #B0203E
RGB
CMYK
RGB Variations
Color information
#B0203E (or 0xB0203E) is known color: Cardinal. HEX triplet: B0, 20 and 3E. RGB value is (176,32,62). Sum of RGB (Red+Green+Blue) = 176+32+62=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0203E is #4FDFC1. Grayscale: #4E4E4E. Windows color (decimal): -5234626 or 4071600. OLE color: 4071600.
HSL color Cylindrical-coordinate representation of color #B0203E: hue angle of 347.5º 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 #B0203E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 62 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.31 |
| HSL | 347.5º | 0.69% | 0.41% | - |
| HSV(B) | 347.5º | 0.82% | 0.69% | - |
| XYZ | 19.29 | 10.61 | 5.59 | - |
| YUV | 78.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 62 | 0 | 0.82 | 0.65 | 0.31 | 347.5 | 0.69 | 0.41 |
| Hex | B0 | 20 | 3E | 0 | 52 | 41 | 1F | 15C | 45 | 29 |
| Octal | 260 | 40 | 76 | 0 | 122 | 101 | 37 | 534 | 105 | 51 |
| Binary | 10110000 | 100000 | 111110 | 0 | 1010010 | 1000001 | 11111 | 101011100 | 1000101 | 101001 |
Color Harmonies of #B0203E
Complementary color
Monochromatic Colors of #B0203E
Black with #B0203E
Text Example
Text Example
White with #B0203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0203E; }
p { color: rgb(176,32,62); }
H1.HeaderClassName
{
color: #B0203E;
}
.AnyTagClassName
{
color: #B0203E;
}
</style>
background-color css
<style>
a { background-color: #B0203E; }
a { background-color: rgb(176,32,62); }
div.DivClassName
{
background-color: #B0203E;
}
.BgClassName
{
background-color: #B0203E;
}
</style>
border-color css
<style>
span { border-color: #B0203E; }
span { border-color: rgb(176,32,62); }
td.TdClassName
{
border-color: #B0203E;
}
.TagClassName
{
border-color: #B0203E;
}
</style>