Shades of Cardinal #BB263F
Tints of Cardinal #BB263F
RGB
CMYK
RGB Variations
Color information
#BB263F (or 0xBB263F) is known color: Cardinal. HEX triplet: BB, 26 and 3F. RGB value is (187,38,63). Sum of RGB (Red+Green+Blue) = 187+38+63=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB263F is #44D9C0. Grayscale: #555555. Windows color (decimal): -4512193 or 4138683. OLE color: 4138683.
HSL color Cylindrical-coordinate representation of color #BB263F: hue angle of 349.93º 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 #BB263F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 63 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.27 |
| HSL | 349.93º | 0.66% | 0.44% | - |
| HSV(B) | 349.93º | 0.8% | 0.73% | - |
| XYZ | 22.08 | 12.31 | 5.91 | - |
| YUV | 85.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 63 | 0 | 0.80 | 0.66 | 0.27 | 349.93 | 0.66 | 0.44 |
| Hex | BB | 26 | 3F | 0 | 50 | 42 | 1B | 15E | 42 | 2C |
| Octal | 273 | 46 | 77 | 0 | 120 | 102 | 33 | 536 | 102 | 54 |
| Binary | 10111011 | 100110 | 111111 | 0 | 1010000 | 1000010 | 11011 | 101011110 | 1000010 | 101100 |
Color Harmonies of #BB263F
Complementary color
Monochromatic Colors of #BB263F
Black with #BB263F
Text Example
Text Example
White with #BB263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB263F; }
p { color: rgb(187,38,63); }
H1.HeaderClassName
{
color: #BB263F;
}
.AnyTagClassName
{
color: #BB263F;
}
</style>
background-color css
<style>
a { background-color: #BB263F; }
a { background-color: rgb(187,38,63); }
div.DivClassName
{
background-color: #BB263F;
}
.BgClassName
{
background-color: #BB263F;
}
</style>
border-color css
<style>
span { border-color: #BB263F; }
span { border-color: rgb(187,38,63); }
td.TdClassName
{
border-color: #BB263F;
}
.TagClassName
{
border-color: #BB263F;
}
</style>