Shades of Cardinal #BB032F
Tints of Cardinal #BB032F
RGB
CMYK
RGB Variations
Color information
#BB032F (or 0xBB032F) is known color: Cardinal. HEX triplet: BB, 03 and 2F. RGB value is (187,3,47). Sum of RGB (Red+Green+Blue) = 187+3+47=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB032F is #44FCD0. Grayscale: #3F3F3F. Windows color (decimal): -4521169 or 3081147. OLE color: 3081147.
HSL color Cylindrical-coordinate representation of color #BB032F: hue angle of 345.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB032F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.27 |
| HSL | 345.65º | 0.97% | 0.37% | - |
| HSV(B) | 345.65º | 0.98% | 0.73% | - |
| XYZ | 21.04 | 10.84 | 3.67 | - |
| YUV | 63.03 | 118.96 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 47 | 0 | 0.98 | 0.75 | 0.27 | 345.65 | 0.97 | 0.37 |
| Hex | BB | 3 | 2F | 0 | 62 | 4B | 1B | 15A | 61 | 25 |
| Octal | 273 | 3 | 57 | 0 | 142 | 113 | 33 | 532 | 141 | 45 |
| Binary | 10111011 | 11 | 101111 | 0 | 1100010 | 1001011 | 11011 | 101011010 | 1100001 | 100101 |
Color Harmonies of #BB032F
Complementary color
Monochromatic Colors of #BB032F
Black with #BB032F
Text Example
Text Example
White with #BB032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB032F; }
p { color: rgb(187,3,47); }
H1.HeaderClassName
{
color: #BB032F;
}
.AnyTagClassName
{
color: #BB032F;
}
</style>
background-color css
<style>
a { background-color: #BB032F; }
a { background-color: rgb(187,3,47); }
div.DivClassName
{
background-color: #BB032F;
}
.BgClassName
{
background-color: #BB032F;
}
</style>
border-color css
<style>
span { border-color: #BB032F; }
span { border-color: rgb(187,3,47); }
td.TdClassName
{
border-color: #BB032F;
}
.TagClassName
{
border-color: #BB032F;
}
</style>