Shades of Cardinal #B02836
Tints of Cardinal #B02836
RGB
CMYK
RGB Variations
Color information
#B02836 (or 0xB02836) is known color: Cardinal. HEX triplet: B0, 28 and 36. RGB value is (176,40,54). Sum of RGB (Red+Green+Blue) = 176+40+54=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B02836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02836 is #4FD7C9. Grayscale: #525252. Windows color (decimal): -5232586 or 3549360. OLE color: 3549360.
HSL color Cylindrical-coordinate representation of color #B02836: hue angle of 353.82º 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 #B02836 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 54 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.31 |
| HSL | 353.82º | 0.63% | 0.42% | - |
| HSV(B) | 353.82º | 0.77% | 0.69% | - |
| XYZ | 19.33 | 11.01 | 4.6 | - |
| YUV | 82.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 54 | 0 | 0.77 | 0.69 | 0.31 | 353.82 | 0.63 | 0.42 |
| Hex | B0 | 28 | 36 | 0 | 4D | 45 | 1F | 162 | 3F | 2A |
| Octal | 260 | 50 | 66 | 0 | 115 | 105 | 37 | 542 | 77 | 52 |
| Binary | 10110000 | 101000 | 110110 | 0 | 1001101 | 1000101 | 11111 | 101100010 | 111111 | 101010 |
Color Harmonies of #B02836
Complementary color
Monochromatic Colors of #B02836
Black with #B02836
Text Example
Text Example
White with #B02836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02836; }
p { color: rgb(176,40,54); }
H1.HeaderClassName
{
color: #B02836;
}
.AnyTagClassName
{
color: #B02836;
}
</style>
background-color css
<style>
a { background-color: #B02836; }
a { background-color: rgb(176,40,54); }
div.DivClassName
{
background-color: #B02836;
}
.BgClassName
{
background-color: #B02836;
}
</style>
border-color css
<style>
span { border-color: #B02836; }
span { border-color: rgb(176,40,54); }
td.TdClassName
{
border-color: #B02836;
}
.TagClassName
{
border-color: #B02836;
}
</style>