Shades of Cardinal #BB1B3F
Tints of Cardinal #BB1B3F
RGB
CMYK
RGB Variations
Color information
#BB1B3F (or 0xBB1B3F) is known color: Cardinal. HEX triplet: BB, 1B and 3F. RGB value is (187,27,63). Sum of RGB (Red+Green+Blue) = 187+27+63=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B3F is #44E4C0. Grayscale: #4E4E4E. Windows color (decimal): -4515009 or 4135867. OLE color: 4135867.
HSL color Cylindrical-coordinate representation of color #BB1B3F: hue angle of 346.5º 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 #BB1B3F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 63 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.27 |
| HSL | 346.5º | 0.75% | 0.42% | - |
| HSV(B) | 346.5º | 0.86% | 0.73% | - |
| XYZ | 21.78 | 11.71 | 5.81 | - |
| YUV | 78.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 63 | 0 | 0.86 | 0.66 | 0.27 | 346.5 | 0.75 | 0.42 |
| Hex | BB | 1B | 3F | 0 | 56 | 42 | 1B | 15A | 4B | 2A |
| Octal | 273 | 33 | 77 | 0 | 126 | 102 | 33 | 532 | 113 | 52 |
| Binary | 10111011 | 11011 | 111111 | 0 | 1010110 | 1000010 | 11011 | 101011010 | 1001011 | 101010 |
Color Harmonies of #BB1B3F
Complementary color
Monochromatic Colors of #BB1B3F
Black with #BB1B3F
Text Example
Text Example
White with #BB1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B3F; }
p { color: rgb(187,27,63); }
H1.HeaderClassName
{
color: #BB1B3F;
}
.AnyTagClassName
{
color: #BB1B3F;
}
</style>
background-color css
<style>
a { background-color: #BB1B3F; }
a { background-color: rgb(187,27,63); }
div.DivClassName
{
background-color: #BB1B3F;
}
.BgClassName
{
background-color: #BB1B3F;
}
</style>
border-color css
<style>
span { border-color: #BB1B3F; }
span { border-color: rgb(187,27,63); }
td.TdClassName
{
border-color: #BB1B3F;
}
.TagClassName
{
border-color: #BB1B3F;
}
</style>