Shades of Cardinal #BB1D33
Tints of Cardinal #BB1D33
RGB
CMYK
RGB Variations
Color information
#BB1D33 (or 0xBB1D33) is known color: Cardinal. HEX triplet: BB, 1D and 33. RGB value is (187,29,51). Sum of RGB (Red+Green+Blue) = 187+29+51=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D33 is #44E2CC. Grayscale: #4E4E4E. Windows color (decimal): -4514509 or 3349947. OLE color: 3349947.
HSL color Cylindrical-coordinate representation of color #BB1D33: hue angle of 351.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D33 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 51 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.27 |
| HSL | 351.65º | 0.73% | 0.42% | - |
| HSV(B) | 351.65º | 0.84% | 0.73% | - |
| XYZ | 21.53 | 11.68 | 4.25 | - |
| YUV | 78.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 51 | 0 | 0.84 | 0.73 | 0.27 | 351.65 | 0.73 | 0.42 |
| Hex | BB | 1D | 33 | 0 | 54 | 49 | 1B | 160 | 49 | 2A |
| Octal | 273 | 35 | 63 | 0 | 124 | 111 | 33 | 540 | 111 | 52 |
| Binary | 10111011 | 11101 | 110011 | 0 | 1010100 | 1001001 | 11011 | 101100000 | 1001001 | 101010 |
Color Harmonies of #BB1D33
Complementary color
Monochromatic Colors of #BB1D33
Black with #BB1D33
Text Example
Text Example
White with #BB1D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D33; }
p { color: rgb(187,29,51); }
H1.HeaderClassName
{
color: #BB1D33;
}
.AnyTagClassName
{
color: #BB1D33;
}
</style>
background-color css
<style>
a { background-color: #BB1D33; }
a { background-color: rgb(187,29,51); }
div.DivClassName
{
background-color: #BB1D33;
}
.BgClassName
{
background-color: #BB1D33;
}
</style>
border-color css
<style>
span { border-color: #BB1D33; }
span { border-color: rgb(187,29,51); }
td.TdClassName
{
border-color: #BB1D33;
}
.TagClassName
{
border-color: #BB1D33;
}
</style>