Shades of Cardinal #B02839
Tints of Cardinal #B02839
RGB
CMYK
RGB Variations
Color information
#B02839 (or 0xB02839) is known color: Cardinal. HEX triplet: B0, 28 and 39. RGB value is (176,40,57). Sum of RGB (Red+Green+Blue) = 176+40+57=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B02839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02839 is #4FD7C6. Grayscale: #525252. Windows color (decimal): -5232583 or 3745968. OLE color: 3745968.
HSL color Cylindrical-coordinate representation of color #B02839: hue angle of 352.5º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02839 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 57 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.31 |
| HSL | 352.5º | 0.63% | 0.42% | - |
| HSV(B) | 352.5º | 0.77% | 0.69% | - |
| XYZ | 19.4 | 11.04 | 4.98 | - |
| YUV | 82.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 57 | 0 | 0.77 | 0.68 | 0.31 | 352.5 | 0.63 | 0.42 |
| Hex | B0 | 28 | 39 | 0 | 4D | 44 | 1F | 160 | 3F | 2A |
| Octal | 260 | 50 | 71 | 0 | 115 | 104 | 37 | 540 | 77 | 52 |
| Binary | 10110000 | 101000 | 111001 | 0 | 1001101 | 1000100 | 11111 | 101100000 | 111111 | 101010 |
Color Harmonies of #B02839
Complementary color
Monochromatic Colors of #B02839
Black with #B02839
Text Example
Text Example
White with #B02839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02839; }
p { color: rgb(176,40,57); }
H1.HeaderClassName
{
color: #B02839;
}
.AnyTagClassName
{
color: #B02839;
}
</style>
background-color css
<style>
a { background-color: #B02839; }
a { background-color: rgb(176,40,57); }
div.DivClassName
{
background-color: #B02839;
}
.BgClassName
{
background-color: #B02839;
}
</style>
border-color css
<style>
span { border-color: #B02839; }
span { border-color: rgb(176,40,57); }
td.TdClassName
{
border-color: #B02839;
}
.TagClassName
{
border-color: #B02839;
}
</style>