Shades of Cardinal #BB263D
Tints of Cardinal #BB263D
RGB
CMYK
RGB Variations
Color information
#BB263D (or 0xBB263D) is known color: Cardinal. HEX triplet: BB, 26 and 3D. RGB value is (187,38,61). Sum of RGB (Red+Green+Blue) = 187+38+61=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB263D is #44D9C2. Grayscale: #555555. Windows color (decimal): -4512195 or 4007611. OLE color: 4007611.
HSL color Cylindrical-coordinate representation of color #BB263D: hue angle of 350.74º 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 #BB263D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 61 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.27 |
| HSL | 350.74º | 0.66% | 0.44% | - |
| HSV(B) | 350.74º | 0.8% | 0.73% | - |
| XYZ | 22.03 | 12.29 | 5.63 | - |
| YUV | 85.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 61 | 0 | 0.80 | 0.67 | 0.27 | 350.74 | 0.66 | 0.44 |
| Hex | BB | 26 | 3D | 0 | 50 | 43 | 1B | 15F | 42 | 2C |
| Octal | 273 | 46 | 75 | 0 | 120 | 103 | 33 | 537 | 102 | 54 |
| Binary | 10111011 | 100110 | 111101 | 0 | 1010000 | 1000011 | 11011 | 101011111 | 1000010 | 101100 |
Color Harmonies of #BB263D
Complementary color
Monochromatic Colors of #BB263D
Black with #BB263D
Text Example
Text Example
White with #BB263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB263D; }
p { color: rgb(187,38,61); }
H1.HeaderClassName
{
color: #BB263D;
}
.AnyTagClassName
{
color: #BB263D;
}
</style>
background-color css
<style>
a { background-color: #BB263D; }
a { background-color: rgb(187,38,61); }
div.DivClassName
{
background-color: #BB263D;
}
.BgClassName
{
background-color: #BB263D;
}
</style>
border-color css
<style>
span { border-color: #BB263D; }
span { border-color: rgb(187,38,61); }
td.TdClassName
{
border-color: #BB263D;
}
.TagClassName
{
border-color: #BB263D;
}
</style>