Shades of Cardinal #BB262B
Tints of Cardinal #BB262B
RGB
CMYK
RGB Variations
Color information
#BB262B (or 0xBB262B) is known color: Cardinal. HEX triplet: BB, 26 and 2B. RGB value is (187,38,43). Sum of RGB (Red+Green+Blue) = 187+38+43=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB262B is #44D9D4. Grayscale: #535353. Windows color (decimal): -4512213 or 2827963. OLE color: 2827963.
HSL color Cylindrical-coordinate representation of color #BB262B: hue angle of 357.99º 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 #BB262B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 43 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.27 |
| HSL | 357.99º | 0.66% | 0.44% | - |
| HSV(B) | 357.99º | 0.8% | 0.73% | - |
| XYZ | 21.62 | 12.13 | 3.49 | - |
| YUV | 83.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 43 | 0 | 0.80 | 0.77 | 0.27 | 357.99 | 0.66 | 0.44 |
| Hex | BB | 26 | 2B | 0 | 50 | 4D | 1B | 166 | 42 | 2C |
| Octal | 273 | 46 | 53 | 0 | 120 | 115 | 33 | 546 | 102 | 54 |
| Binary | 10111011 | 100110 | 101011 | 0 | 1010000 | 1001101 | 11011 | 101100110 | 1000010 | 101100 |
Color Harmonies of #BB262B
Complementary color
Monochromatic Colors of #BB262B
Black with #BB262B
Text Example
Text Example
White with #BB262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB262B; }
p { color: rgb(187,38,43); }
H1.HeaderClassName
{
color: #BB262B;
}
.AnyTagClassName
{
color: #BB262B;
}
</style>
background-color css
<style>
a { background-color: #BB262B; }
a { background-color: rgb(187,38,43); }
div.DivClassName
{
background-color: #BB262B;
}
.BgClassName
{
background-color: #BB262B;
}
</style>
border-color css
<style>
span { border-color: #BB262B; }
span { border-color: rgb(187,38,43); }
td.TdClassName
{
border-color: #BB262B;
}
.TagClassName
{
border-color: #BB262B;
}
</style>