Shades of Cardinal #B01430
Tints of Cardinal #B01430
RGB
CMYK
RGB Variations
Color information
#B01430 (or 0xB01430) is known color: Cardinal. HEX triplet: B0, 14 and 30. RGB value is (176,20,48). Sum of RGB (Red+Green+Blue) = 176+20+48=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B01430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01430 is #4FEBCF. Grayscale: #454545. Windows color (decimal): -5237712 or 3151024. OLE color: 3151024.
HSL color Cylindrical-coordinate representation of color #B01430: hue angle of 349.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01430 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 48 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.31 |
| HSL | 349.23º | 0.8% | 0.38% | - |
| HSV(B) | 349.23º | 0.89% | 0.69% | - |
| XYZ | 18.69 | 9.94 | 3.73 | - |
| YUV | 69.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 48 | 0 | 0.89 | 0.73 | 0.31 | 349.23 | 0.8 | 0.38 |
| Hex | B0 | 14 | 30 | 0 | 59 | 49 | 1F | 15D | 50 | 26 |
| Octal | 260 | 24 | 60 | 0 | 131 | 111 | 37 | 535 | 120 | 46 |
| Binary | 10110000 | 10100 | 110000 | 0 | 1011001 | 1001001 | 11111 | 101011101 | 1010000 | 100110 |
Color Harmonies of #B01430
Complementary color
Monochromatic Colors of #B01430
Black with #B01430
Text Example
Text Example
White with #B01430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01430; }
p { color: rgb(176,20,48); }
H1.HeaderClassName
{
color: #B01430;
}
.AnyTagClassName
{
color: #B01430;
}
</style>
background-color css
<style>
a { background-color: #B01430; }
a { background-color: rgb(176,20,48); }
div.DivClassName
{
background-color: #B01430;
}
.BgClassName
{
background-color: #B01430;
}
</style>
border-color css
<style>
span { border-color: #B01430; }
span { border-color: rgb(176,20,48); }
td.TdClassName
{
border-color: #B01430;
}
.TagClassName
{
border-color: #B01430;
}
</style>