Shades of Cardinal #BB1B3C
Tints of Cardinal #BB1B3C
RGB
CMYK
RGB Variations
Color information
#BB1B3C (or 0xBB1B3C) is known color: Cardinal. HEX triplet: BB, 1B and 3C. RGB value is (187,27,60). Sum of RGB (Red+Green+Blue) = 187+27+60=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B3C is #44E4C3. Grayscale: #4E4E4E. Windows color (decimal): -4515012 or 3939259. OLE color: 3939259.
HSL color Cylindrical-coordinate representation of color #BB1B3C: hue angle of 347.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B3C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 60 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.27 |
| HSL | 347.63º | 0.75% | 0.42% | - |
| HSV(B) | 347.63º | 0.86% | 0.73% | - |
| XYZ | 21.7 | 11.67 | 5.38 | - |
| YUV | 78.6 | 117.51 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 60 | 0 | 0.86 | 0.68 | 0.27 | 347.63 | 0.75 | 0.42 |
| Hex | BB | 1B | 3C | 0 | 56 | 44 | 1B | 15C | 4B | 2A |
| Octal | 273 | 33 | 74 | 0 | 126 | 104 | 33 | 534 | 113 | 52 |
| Binary | 10111011 | 11011 | 111100 | 0 | 1010110 | 1000100 | 11011 | 101011100 | 1001011 | 101010 |
Color Harmonies of #BB1B3C
Complementary color
Monochromatic Colors of #BB1B3C
Black with #BB1B3C
Text Example
Text Example
White with #BB1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B3C; }
p { color: rgb(187,27,60); }
H1.HeaderClassName
{
color: #BB1B3C;
}
.AnyTagClassName
{
color: #BB1B3C;
}
</style>
background-color css
<style>
a { background-color: #BB1B3C; }
a { background-color: rgb(187,27,60); }
div.DivClassName
{
background-color: #BB1B3C;
}
.BgClassName
{
background-color: #BB1B3C;
}
</style>
border-color css
<style>
span { border-color: #BB1B3C; }
span { border-color: rgb(187,27,60); }
td.TdClassName
{
border-color: #BB1B3C;
}
.TagClassName
{
border-color: #BB1B3C;
}
</style>