Shades of Cardinal #BB272F
Tints of Cardinal #BB272F
RGB
CMYK
RGB Variations
Color information
#BB272F (or 0xBB272F) is known color: Cardinal. HEX triplet: BB, 27 and 2F. RGB value is (187,39,47). Sum of RGB (Red+Green+Blue) = 187+39+47=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB272F is #44D8D0. Grayscale: #545454. Windows color (decimal): -4511953 or 3090363. OLE color: 3090363.
HSL color Cylindrical-coordinate representation of color #BB272F: hue angle of 356.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB272F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 47 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.27 |
| HSL | 356.76º | 0.65% | 0.44% | - |
| HSV(B) | 356.76º | 0.79% | 0.73% | - |
| XYZ | 21.73 | 12.22 | 3.9 | - |
| YUV | 84.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 47 | 0 | 0.79 | 0.75 | 0.27 | 356.76 | 0.65 | 0.44 |
| Hex | BB | 27 | 2F | 0 | 4F | 4B | 1B | 165 | 41 | 2C |
| Octal | 273 | 47 | 57 | 0 | 117 | 113 | 33 | 545 | 101 | 54 |
| Binary | 10111011 | 100111 | 101111 | 0 | 1001111 | 1001011 | 11011 | 101100101 | 1000001 | 101100 |
Color Harmonies of #BB272F
Complementary color
Monochromatic Colors of #BB272F
Black with #BB272F
Text Example
Text Example
White with #BB272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB272F; }
p { color: rgb(187,39,47); }
H1.HeaderClassName
{
color: #BB272F;
}
.AnyTagClassName
{
color: #BB272F;
}
</style>
background-color css
<style>
a { background-color: #BB272F; }
a { background-color: rgb(187,39,47); }
div.DivClassName
{
background-color: #BB272F;
}
.BgClassName
{
background-color: #BB272F;
}
</style>
border-color css
<style>
span { border-color: #BB272F; }
span { border-color: rgb(187,39,47); }
td.TdClassName
{
border-color: #BB272F;
}
.TagClassName
{
border-color: #BB272F;
}
</style>