Shades of Cardinal #BB263B
Tints of Cardinal #BB263B
RGB
CMYK
RGB Variations
Color information
#BB263B (or 0xBB263B) is known color: Cardinal. HEX triplet: BB, 26 and 3B. RGB value is (187,38,59). Sum of RGB (Red+Green+Blue) = 187+38+59=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB263B is #44D9C4. Grayscale: #555555. Windows color (decimal): -4512197 or 3876539. OLE color: 3876539.
HSL color Cylindrical-coordinate representation of color #BB263B: hue angle of 351.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB263B is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 59 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.27 |
| HSL | 351.54º | 0.66% | 0.44% | - |
| HSV(B) | 351.54º | 0.8% | 0.73% | - |
| XYZ | 21.98 | 12.27 | 5.35 | - |
| YUV | 84.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 59 | 0 | 0.80 | 0.68 | 0.27 | 351.54 | 0.66 | 0.44 |
| Hex | BB | 26 | 3B | 0 | 50 | 44 | 1B | 160 | 42 | 2C |
| Octal | 273 | 46 | 73 | 0 | 120 | 104 | 33 | 540 | 102 | 54 |
| Binary | 10111011 | 100110 | 111011 | 0 | 1010000 | 1000100 | 11011 | 101100000 | 1000010 | 101100 |
Color Harmonies of #BB263B
Complementary color
Monochromatic Colors of #BB263B
Black with #BB263B
Text Example
Text Example
White with #BB263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB263B; }
p { color: rgb(187,38,59); }
H1.HeaderClassName
{
color: #BB263B;
}
.AnyTagClassName
{
color: #BB263B;
}
</style>
background-color css
<style>
a { background-color: #BB263B; }
a { background-color: rgb(187,38,59); }
div.DivClassName
{
background-color: #BB263B;
}
.BgClassName
{
background-color: #BB263B;
}
</style>
border-color css
<style>
span { border-color: #BB263B; }
span { border-color: rgb(187,38,59); }
td.TdClassName
{
border-color: #BB263B;
}
.TagClassName
{
border-color: #BB263B;
}
</style>