Shades of Cardinal #BB1030
Tints of Cardinal #BB1030
RGB
CMYK
RGB Variations
Color information
#BB1030 (or 0xBB1030) is known color: Cardinal. HEX triplet: BB, 10 and 30. RGB value is (187,16,48). Sum of RGB (Red+Green+Blue) = 187+16+48=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1030 is #44EFCF. Grayscale: #464646. Windows color (decimal): -4517840 or 3150011. OLE color: 3150011.
HSL color Cylindrical-coordinate representation of color #BB1030: hue angle of 348.77º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1030 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 48 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.27 |
| HSL | 348.77º | 0.84% | 0.4% | - |
| HSV(B) | 348.77º | 0.91% | 0.73% | - |
| XYZ | 21.21 | 11.15 | 3.83 | - |
| YUV | 70.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 48 | 0 | 0.91 | 0.74 | 0.27 | 348.77 | 0.84 | 0.4 |
| Hex | BB | 10 | 30 | 0 | 5B | 4A | 1B | 15D | 54 | 28 |
| Octal | 273 | 20 | 60 | 0 | 133 | 112 | 33 | 535 | 124 | 50 |
| Binary | 10111011 | 10000 | 110000 | 0 | 1011011 | 1001010 | 11011 | 101011101 | 1010100 | 101000 |
Color Harmonies of #BB1030
Complementary color
Monochromatic Colors of #BB1030
Black with #BB1030
Text Example
Text Example
White with #BB1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1030; }
p { color: rgb(187,16,48); }
H1.HeaderClassName
{
color: #BB1030;
}
.AnyTagClassName
{
color: #BB1030;
}
</style>
background-color css
<style>
a { background-color: #BB1030; }
a { background-color: rgb(187,16,48); }
div.DivClassName
{
background-color: #BB1030;
}
.BgClassName
{
background-color: #BB1030;
}
</style>
border-color css
<style>
span { border-color: #BB1030; }
span { border-color: rgb(187,16,48); }
td.TdClassName
{
border-color: #BB1030;
}
.TagClassName
{
border-color: #BB1030;
}
</style>