Shades of Cardinal #BB1A44
Tints of Cardinal #BB1A44
RGB
CMYK
RGB Variations
Color information
#BB1A44 (or 0xBB1A44) is known color: Cardinal. HEX triplet: BB, 1A and 44. RGB value is (187,26,68). Sum of RGB (Red+Green+Blue) = 187+26+68=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A44 is #44E5BB. Grayscale: #4E4E4E. Windows color (decimal): -4515260 or 4463291. OLE color: 4463291.
HSL color Cylindrical-coordinate representation of color #BB1A44: hue angle of 344.35º degrees, saturation: 0.76, 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 #BB1A44 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 68 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.27 |
| HSL | 344.35º | 0.76% | 0.42% | - |
| HSV(B) | 344.35º | 0.86% | 0.73% | - |
| XYZ | 21.91 | 11.72 | 6.58 | - |
| YUV | 78.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 68 | 0 | 0.86 | 0.64 | 0.27 | 344.35 | 0.76 | 0.42 |
| Hex | BB | 1A | 44 | 0 | 56 | 40 | 1B | 158 | 4C | 2A |
| Octal | 273 | 32 | 104 | 0 | 126 | 100 | 33 | 530 | 114 | 52 |
| Binary | 10111011 | 11010 | 1000100 | 0 | 1010110 | 1000000 | 11011 | 101011000 | 1001100 | 101010 |
Color Harmonies of #BB1A44
Complementary color
Monochromatic Colors of #BB1A44
Black with #BB1A44
Text Example
Text Example
White with #BB1A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A44; }
p { color: rgb(187,26,68); }
H1.HeaderClassName
{
color: #BB1A44;
}
.AnyTagClassName
{
color: #BB1A44;
}
</style>
background-color css
<style>
a { background-color: #BB1A44; }
a { background-color: rgb(187,26,68); }
div.DivClassName
{
background-color: #BB1A44;
}
.BgClassName
{
background-color: #BB1A44;
}
</style>
border-color css
<style>
span { border-color: #BB1A44; }
span { border-color: rgb(187,26,68); }
td.TdClassName
{
border-color: #BB1A44;
}
.TagClassName
{
border-color: #BB1A44;
}
</style>