Shades of Cardinal #B9272C
Tints of Cardinal #B9272C
RGB
CMYK
RGB Variations
Color information
#B9272C (or 0xB9272C) is known color: Cardinal. HEX triplet: B9, 27 and 2C. RGB value is (185,39,44). Sum of RGB (Red+Green+Blue) = 185+39+44=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9272C is #46D8D3. Grayscale: #535353. Windows color (decimal): -4643028 or 2893753. OLE color: 2893753.
HSL color Cylindrical-coordinate representation of color #B9272C: hue angle of 357.95º 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 #B9272C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 44 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.27 |
| HSL | 357.95º | 0.65% | 0.44% | - |
| HSV(B) | 357.95º | 0.79% | 0.73% | - |
| XYZ | 21.19 | 11.95 | 3.57 | - |
| YUV | 83.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 44 | 0 | 0.79 | 0.76 | 0.27 | 357.95 | 0.65 | 0.44 |
| Hex | B9 | 27 | 2C | 0 | 4F | 4C | 1B | 166 | 41 | 2C |
| Octal | 271 | 47 | 54 | 0 | 117 | 114 | 33 | 546 | 101 | 54 |
| Binary | 10111001 | 100111 | 101100 | 0 | 1001111 | 1001100 | 11011 | 101100110 | 1000001 | 101100 |
Color Harmonies of #B9272C
Complementary color
Monochromatic Colors of #B9272C
Black with #B9272C
Text Example
Text Example
White with #B9272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9272C; }
p { color: rgb(185,39,44); }
H1.HeaderClassName
{
color: #B9272C;
}
.AnyTagClassName
{
color: #B9272C;
}
</style>
background-color css
<style>
a { background-color: #B9272C; }
a { background-color: rgb(185,39,44); }
div.DivClassName
{
background-color: #B9272C;
}
.BgClassName
{
background-color: #B9272C;
}
</style>
border-color css
<style>
span { border-color: #B9272C; }
span { border-color: rgb(185,39,44); }
td.TdClassName
{
border-color: #B9272C;
}
.TagClassName
{
border-color: #B9272C;
}
</style>