Shades of Cardinal #BB0135
Tints of Cardinal #BB0135
RGB
CMYK
RGB Variations
Color information
#BB0135 (or 0xBB0135) is known color: Cardinal. HEX triplet: BB, 01 and 35. RGB value is (187,1,53). Sum of RGB (Red+Green+Blue) = 187+1+53=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0135 is #44FECA. Grayscale: #3E3E3E. Windows color (decimal): -4521675 or 3473851. OLE color: 3473851.
HSL color Cylindrical-coordinate representation of color #BB0135: hue angle of 343.23º 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 #BB0135 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.27 |
| HSL | 343.23º | 0.99% | 0.37% | - |
| HSV(B) | 343.23º | 0.99% | 0.73% | - |
| XYZ | 21.15 | 10.84 | 4.35 | - |
| YUV | 62.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 53 | 0 | 0.99 | 0.72 | 0.27 | 343.23 | 0.99 | 0.37 |
| Hex | BB | 1 | 35 | 0 | 63 | 48 | 1B | 157 | 63 | 25 |
| Octal | 273 | 1 | 65 | 0 | 143 | 110 | 33 | 527 | 143 | 45 |
| Binary | 10111011 | 1 | 110101 | 0 | 1100011 | 1001000 | 11011 | 101010111 | 1100011 | 100101 |
Color Harmonies of #BB0135
Complementary color
Monochromatic Colors of #BB0135
Black with #BB0135
Text Example
Text Example
White with #BB0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0135; }
p { color: rgb(187,1,53); }
H1.HeaderClassName
{
color: #BB0135;
}
.AnyTagClassName
{
color: #BB0135;
}
</style>
background-color css
<style>
a { background-color: #BB0135; }
a { background-color: rgb(187,1,53); }
div.DivClassName
{
background-color: #BB0135;
}
.BgClassName
{
background-color: #BB0135;
}
</style>
border-color css
<style>
span { border-color: #BB0135; }
span { border-color: rgb(187,1,53); }
td.TdClassName
{
border-color: #BB0135;
}
.TagClassName
{
border-color: #BB0135;
}
</style>