Shades of Cardinal #BB263E
Tints of Cardinal #BB263E
RGB
CMYK
RGB Variations
Color information
#BB263E (or 0xBB263E) is known color: Cardinal. HEX triplet: BB, 26 and 3E. RGB value is (187,38,62). Sum of RGB (Red+Green+Blue) = 187+38+62=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB263E is #44D9C1. Grayscale: #555555. Windows color (decimal): -4512194 or 4073147. OLE color: 4073147.
HSL color Cylindrical-coordinate representation of color #BB263E: hue angle of 350.34º 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 #BB263E is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 62 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.27 |
| HSL | 350.34º | 0.66% | 0.44% | - |
| HSV(B) | 350.34º | 0.8% | 0.73% | - |
| XYZ | 22.06 | 12.3 | 5.77 | - |
| YUV | 85.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 62 | 0 | 0.80 | 0.67 | 0.27 | 350.34 | 0.66 | 0.44 |
| Hex | BB | 26 | 3E | 0 | 50 | 43 | 1B | 15E | 42 | 2C |
| Octal | 273 | 46 | 76 | 0 | 120 | 103 | 33 | 536 | 102 | 54 |
| Binary | 10111011 | 100110 | 111110 | 0 | 1010000 | 1000011 | 11011 | 101011110 | 1000010 | 101100 |
Color Harmonies of #BB263E
Complementary color
Monochromatic Colors of #BB263E
Black with #BB263E
Text Example
Text Example
White with #BB263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB263E; }
p { color: rgb(187,38,62); }
H1.HeaderClassName
{
color: #BB263E;
}
.AnyTagClassName
{
color: #BB263E;
}
</style>
background-color css
<style>
a { background-color: #BB263E; }
a { background-color: rgb(187,38,62); }
div.DivClassName
{
background-color: #BB263E;
}
.BgClassName
{
background-color: #BB263E;
}
</style>
border-color css
<style>
span { border-color: #BB263E; }
span { border-color: rgb(187,38,62); }
td.TdClassName
{
border-color: #BB263E;
}
.TagClassName
{
border-color: #BB263E;
}
</style>