Shades of Cardinal #BB263C
Tints of Cardinal #BB263C
RGB
CMYK
RGB Variations
Color information
#BB263C (or 0xBB263C) is known color: Cardinal. HEX triplet: BB, 26 and 3C. RGB value is (187,38,60). Sum of RGB (Red+Green+Blue) = 187+38+60=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB263C is #44D9C3. Grayscale: #555555. Windows color (decimal): -4512196 or 3942075. OLE color: 3942075.
HSL color Cylindrical-coordinate representation of color #BB263C: hue angle of 351.14º 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 #BB263C is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 60 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.27 |
| HSL | 351.14º | 0.66% | 0.44% | - |
| HSV(B) | 351.14º | 0.8% | 0.73% | - |
| XYZ | 22 | 12.28 | 5.49 | - |
| YUV | 85.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 60 | 0 | 0.80 | 0.68 | 0.27 | 351.14 | 0.66 | 0.44 |
| Hex | BB | 26 | 3C | 0 | 50 | 44 | 1B | 15F | 42 | 2C |
| Octal | 273 | 46 | 74 | 0 | 120 | 104 | 33 | 537 | 102 | 54 |
| Binary | 10111011 | 100110 | 111100 | 0 | 1010000 | 1000100 | 11011 | 101011111 | 1000010 | 101100 |
Color Harmonies of #BB263C
Complementary color
Monochromatic Colors of #BB263C
Black with #BB263C
Text Example
Text Example
White with #BB263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB263C; }
p { color: rgb(187,38,60); }
H1.HeaderClassName
{
color: #BB263C;
}
.AnyTagClassName
{
color: #BB263C;
}
</style>
background-color css
<style>
a { background-color: #BB263C; }
a { background-color: rgb(187,38,60); }
div.DivClassName
{
background-color: #BB263C;
}
.BgClassName
{
background-color: #BB263C;
}
</style>
border-color css
<style>
span { border-color: #BB263C; }
span { border-color: rgb(187,38,60); }
td.TdClassName
{
border-color: #BB263C;
}
.TagClassName
{
border-color: #BB263C;
}
</style>