Shades of Cardinal #B0153C
Tints of Cardinal #B0153C
RGB
CMYK
RGB Variations
Color information
#B0153C (or 0xB0153C) is known color: Cardinal. HEX triplet: B0, 15 and 3C. RGB value is (176,21,60). Sum of RGB (Red+Green+Blue) = 176+21+60=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0153C is #4FEAC3. Grayscale: #474747. Windows color (decimal): -5237444 or 3937712. OLE color: 3937712.
HSL color Cylindrical-coordinate representation of color #B0153C: hue angle of 344.9º 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 #B0153C is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 21 | 60 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.31 |
| HSL | 344.9º | 0.79% | 0.39% | - |
| HSV(B) | 344.9º | 0.88% | 0.69% | - |
| XYZ | 18.99 | 10.09 | 5.22 | - |
| YUV | 71.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 60 | 0 | 0.88 | 0.66 | 0.31 | 344.9 | 0.79 | 0.39 |
| Hex | B0 | 15 | 3C | 0 | 58 | 42 | 1F | 159 | 4F | 27 |
| Octal | 260 | 25 | 74 | 0 | 130 | 102 | 37 | 531 | 117 | 47 |
| Binary | 10110000 | 10101 | 111100 | 0 | 1011000 | 1000010 | 11111 | 101011001 | 1001111 | 100111 |
Color Harmonies of #B0153C
Complementary color
Monochromatic Colors of #B0153C
Black with #B0153C
Text Example
Text Example
White with #B0153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0153C; }
p { color: rgb(176,21,60); }
H1.HeaderClassName
{
color: #B0153C;
}
.AnyTagClassName
{
color: #B0153C;
}
</style>
background-color css
<style>
a { background-color: #B0153C; }
a { background-color: rgb(176,21,60); }
div.DivClassName
{
background-color: #B0153C;
}
.BgClassName
{
background-color: #B0153C;
}
</style>
border-color css
<style>
span { border-color: #B0153C; }
span { border-color: rgb(176,21,60); }
td.TdClassName
{
border-color: #B0153C;
}
.TagClassName
{
border-color: #B0153C;
}
</style>