Shades of Cardinal #BB012F
Tints of Cardinal #BB012F
RGB
CMYK
RGB Variations
Color information
#BB012F (or 0xBB012F) is known color: Cardinal. HEX triplet: BB, 01 and 2F. RGB value is (187,1,47). Sum of RGB (Red+Green+Blue) = 187+1+47=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB012F is #44FED0. Grayscale: #3D3D3D. Windows color (decimal): -4521681 or 3080635. OLE color: 3080635.
HSL color Cylindrical-coordinate representation of color #BB012F: hue angle of 345.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB012F is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.27 |
| HSL | 345.16º | 0.99% | 0.37% | - |
| HSV(B) | 345.16º | 0.99% | 0.73% | - |
| XYZ | 21.02 | 10.79 | 3.66 | - |
| YUV | 61.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 47 | 0 | 0.99 | 0.75 | 0.27 | 345.16 | 0.99 | 0.37 |
| Hex | BB | 1 | 2F | 0 | 63 | 4B | 1B | 159 | 63 | 25 |
| Octal | 273 | 1 | 57 | 0 | 143 | 113 | 33 | 531 | 143 | 45 |
| Binary | 10111011 | 1 | 101111 | 0 | 1100011 | 1001011 | 11011 | 101011001 | 1100011 | 100101 |
Color Harmonies of #BB012F
Complementary color
Monochromatic Colors of #BB012F
Black with #BB012F
Text Example
Text Example
White with #BB012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB012F; }
p { color: rgb(187,1,47); }
H1.HeaderClassName
{
color: #BB012F;
}
.AnyTagClassName
{
color: #BB012F;
}
</style>
background-color css
<style>
a { background-color: #BB012F; }
a { background-color: rgb(187,1,47); }
div.DivClassName
{
background-color: #BB012F;
}
.BgClassName
{
background-color: #BB012F;
}
</style>
border-color css
<style>
span { border-color: #BB012F; }
span { border-color: rgb(187,1,47); }
td.TdClassName
{
border-color: #BB012F;
}
.TagClassName
{
border-color: #BB012F;
}
</style>