Shades of Cardinal #B0153F
Tints of Cardinal #B0153F
RGB
CMYK
RGB Variations
Color information
#B0153F (or 0xB0153F) is known color: Cardinal. HEX triplet: B0, 15 and 3F. RGB value is (176,21,63). Sum of RGB (Red+Green+Blue) = 176+21+63=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0153F is #4FEAC0. Grayscale: #484848. Windows color (decimal): -5237441 or 4134320. OLE color: 4134320.
HSL color Cylindrical-coordinate representation of color #B0153F: hue angle of 343.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0153F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 21 | 63 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.31 |
| HSL | 343.74º | 0.79% | 0.39% | - |
| HSV(B) | 343.74º | 0.88% | 0.69% | - |
| XYZ | 19.07 | 10.13 | 5.65 | - |
| YUV | 72.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 63 | 0 | 0.88 | 0.64 | 0.31 | 343.74 | 0.79 | 0.39 |
| Hex | B0 | 15 | 3F | 0 | 58 | 40 | 1F | 158 | 4F | 27 |
| Octal | 260 | 25 | 77 | 0 | 130 | 100 | 37 | 530 | 117 | 47 |
| Binary | 10110000 | 10101 | 111111 | 0 | 1011000 | 1000000 | 11111 | 101011000 | 1001111 | 100111 |
Color Harmonies of #B0153F
Complementary color
Monochromatic Colors of #B0153F
Black with #B0153F
Text Example
Text Example
White with #B0153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0153F; }
p { color: rgb(176,21,63); }
H1.HeaderClassName
{
color: #B0153F;
}
.AnyTagClassName
{
color: #B0153F;
}
</style>
background-color css
<style>
a { background-color: #B0153F; }
a { background-color: rgb(176,21,63); }
div.DivClassName
{
background-color: #B0153F;
}
.BgClassName
{
background-color: #B0153F;
}
</style>
border-color css
<style>
span { border-color: #B0153F; }
span { border-color: rgb(176,21,63); }
td.TdClassName
{
border-color: #B0153F;
}
.TagClassName
{
border-color: #B0153F;
}
</style>