Shades of Cardinal #BB1735
Tints of Cardinal #BB1735
RGB
CMYK
RGB Variations
Color information
#BB1735 (or 0xBB1735) is known color: Cardinal. HEX triplet: BB, 17 and 35. RGB value is (187,23,53). Sum of RGB (Red+Green+Blue) = 187+23+53=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1735 is #44E8CA. Grayscale: #4B4B4B. Windows color (decimal): -4516043 or 3479483. OLE color: 3479483.
HSL color Cylindrical-coordinate representation of color #BB1735: hue angle of 349.02º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1735 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 53 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.27 |
| HSL | 349.02º | 0.78% | 0.41% | - |
| HSV(B) | 349.02º | 0.88% | 0.73% | - |
| XYZ | 21.44 | 11.43 | 4.45 | - |
| YUV | 75.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 53 | 0 | 0.88 | 0.72 | 0.27 | 349.02 | 0.78 | 0.41 |
| Hex | BB | 17 | 35 | 0 | 58 | 48 | 1B | 15D | 4E | 29 |
| Octal | 273 | 27 | 65 | 0 | 130 | 110 | 33 | 535 | 116 | 51 |
| Binary | 10111011 | 10111 | 110101 | 0 | 1011000 | 1001000 | 11011 | 101011101 | 1001110 | 101001 |
Color Harmonies of #BB1735
Complementary color
Monochromatic Colors of #BB1735
Black with #BB1735
Text Example
Text Example
White with #BB1735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1735; }
p { color: rgb(187,23,53); }
H1.HeaderClassName
{
color: #BB1735;
}
.AnyTagClassName
{
color: #BB1735;
}
</style>
background-color css
<style>
a { background-color: #BB1735; }
a { background-color: rgb(187,23,53); }
div.DivClassName
{
background-color: #BB1735;
}
.BgClassName
{
background-color: #BB1735;
}
</style>
border-color css
<style>
span { border-color: #BB1735; }
span { border-color: rgb(187,23,53); }
td.TdClassName
{
border-color: #BB1735;
}
.TagClassName
{
border-color: #BB1735;
}
</style>