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