Shades of Cardinal #BB013F
Tints of Cardinal #BB013F
RGB
CMYK
RGB Variations
Color information
#BB013F (or 0xBB013F) is known color: Cardinal. HEX triplet: BB, 01 and 3F. RGB value is (187,1,63). Sum of RGB (Red+Green+Blue) = 187+1+63=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB013F is #44FEC0. Grayscale: #3F3F3F. Windows color (decimal): -4521665 or 4129211. OLE color: 4129211.
HSL color Cylindrical-coordinate representation of color #BB013F: hue angle of 340º 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 #BB013F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.27 |
| HSL | 340º | 0.99% | 0.37% | - |
| HSV(B) | 340º | 0.99% | 0.73% | - |
| XYZ | 21.4 | 10.95 | 5.69 | - |
| YUV | 63.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 63 | 0 | 0.99 | 0.66 | 0.27 | 340 | 0.99 | 0.37 |
| Hex | BB | 1 | 3F | 0 | 63 | 42 | 1B | 154 | 63 | 25 |
| Octal | 273 | 1 | 77 | 0 | 143 | 102 | 33 | 524 | 143 | 45 |
| Binary | 10111011 | 1 | 111111 | 0 | 1100011 | 1000010 | 11011 | 101010100 | 1100011 | 100101 |
Color Harmonies of #BB013F
Complementary color
Monochromatic Colors of #BB013F
Black with #BB013F
Text Example
Text Example
White with #BB013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB013F; }
p { color: rgb(187,1,63); }
H1.HeaderClassName
{
color: #BB013F;
}
.AnyTagClassName
{
color: #BB013F;
}
</style>
background-color css
<style>
a { background-color: #BB013F; }
a { background-color: rgb(187,1,63); }
div.DivClassName
{
background-color: #BB013F;
}
.BgClassName
{
background-color: #BB013F;
}
</style>
border-color css
<style>
span { border-color: #BB013F; }
span { border-color: rgb(187,1,63); }
td.TdClassName
{
border-color: #BB013F;
}
.TagClassName
{
border-color: #BB013F;
}
</style>