Shades of Cardinal #BB1A30
Tints of Cardinal #BB1A30
RGB
CMYK
RGB Variations
Color information
#BB1A30 (or 0xBB1A30) is known color: Cardinal. HEX triplet: BB, 1A and 30. RGB value is (187,26,48). Sum of RGB (Red+Green+Blue) = 187+26+48=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A30 is #44E5CF. Grayscale: #4C4C4C. Windows color (decimal): -4515280 or 3152571. OLE color: 3152571.
HSL color Cylindrical-coordinate representation of color #BB1A30: hue angle of 351.8º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A30 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 48 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.27 |
| HSL | 351.8º | 0.76% | 0.42% | - |
| HSV(B) | 351.8º | 0.86% | 0.73% | - |
| XYZ | 21.4 | 11.52 | 3.89 | - |
| YUV | 76.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 48 | 0 | 0.86 | 0.74 | 0.27 | 351.8 | 0.76 | 0.42 |
| Hex | BB | 1A | 30 | 0 | 56 | 4A | 1B | 160 | 4C | 2A |
| Octal | 273 | 32 | 60 | 0 | 126 | 112 | 33 | 540 | 114 | 52 |
| Binary | 10111011 | 11010 | 110000 | 0 | 1010110 | 1001010 | 11011 | 101100000 | 1001100 | 101010 |
Color Harmonies of #BB1A30
Complementary color
Monochromatic Colors of #BB1A30
Black with #BB1A30
Text Example
Text Example
White with #BB1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A30; }
p { color: rgb(187,26,48); }
H1.HeaderClassName
{
color: #BB1A30;
}
.AnyTagClassName
{
color: #BB1A30;
}
</style>
background-color css
<style>
a { background-color: #BB1A30; }
a { background-color: rgb(187,26,48); }
div.DivClassName
{
background-color: #BB1A30;
}
.BgClassName
{
background-color: #BB1A30;
}
</style>
border-color css
<style>
span { border-color: #BB1A30; }
span { border-color: rgb(187,26,48); }
td.TdClassName
{
border-color: #BB1A30;
}
.TagClassName
{
border-color: #BB1A30;
}
</style>