Shades of Cardinal #B41330
Tints of Cardinal #B41330
RGB
CMYK
RGB Variations
Color information
#B41330 (or 0xB41330) is known color: Cardinal. HEX triplet: B4, 13 and 30. RGB value is (180,19,48). Sum of RGB (Red+Green+Blue) = 180+19+48=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B41330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41330 is #4BECCF. Grayscale: #464646. Windows color (decimal): -4975824 or 3150772. OLE color: 3150772.
HSL color Cylindrical-coordinate representation of color #B41330: hue angle of 349.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41330 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 48 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.29 |
| HSL | 349.19º | 0.81% | 0.39% | - |
| HSV(B) | 349.19º | 0.89% | 0.71% | - |
| XYZ | 19.59 | 10.38 | 3.77 | - |
| YUV | 70.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 48 | 0 | 0.89 | 0.73 | 0.29 | 349.19 | 0.81 | 0.39 |
| Hex | B4 | 13 | 30 | 0 | 59 | 49 | 1D | 15D | 51 | 27 |
| Octal | 264 | 23 | 60 | 0 | 131 | 111 | 35 | 535 | 121 | 47 |
| Binary | 10110100 | 10011 | 110000 | 0 | 1011001 | 1001001 | 11101 | 101011101 | 1010001 | 100111 |
Color Harmonies of #B41330
Complementary color
Monochromatic Colors of #B41330
Black with #B41330
Text Example
Text Example
White with #B41330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41330; }
p { color: rgb(180,19,48); }
H1.HeaderClassName
{
color: #B41330;
}
.AnyTagClassName
{
color: #B41330;
}
</style>
background-color css
<style>
a { background-color: #B41330; }
a { background-color: rgb(180,19,48); }
div.DivClassName
{
background-color: #B41330;
}
.BgClassName
{
background-color: #B41330;
}
</style>
border-color css
<style>
span { border-color: #B41330; }
span { border-color: rgb(180,19,48); }
td.TdClassName
{
border-color: #B41330;
}
.TagClassName
{
border-color: #B41330;
}
</style>