Shades of Cardinal #B9273C
Tints of Cardinal #B9273C
RGB
CMYK
RGB Variations
Color information
#B9273C (or 0xB9273C) is known color: Cardinal. HEX triplet: B9, 27 and 3C. RGB value is (185,39,60). Sum of RGB (Red+Green+Blue) = 185+39+60=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9273C is #46D8C3. Grayscale: #555555. Windows color (decimal): -4643012 or 3942329. OLE color: 3942329.
HSL color Cylindrical-coordinate representation of color #B9273C: hue angle of 351.37º 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 #B9273C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 60 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.27 |
| HSL | 351.37º | 0.65% | 0.44% | - |
| HSV(B) | 351.37º | 0.79% | 0.73% | - |
| XYZ | 21.55 | 12.09 | 5.47 | - |
| YUV | 85.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 60 | 0 | 0.79 | 0.68 | 0.27 | 351.37 | 0.65 | 0.44 |
| Hex | B9 | 27 | 3C | 0 | 4F | 44 | 1B | 15F | 41 | 2C |
| Octal | 271 | 47 | 74 | 0 | 117 | 104 | 33 | 537 | 101 | 54 |
| Binary | 10111001 | 100111 | 111100 | 0 | 1001111 | 1000100 | 11011 | 101011111 | 1000001 | 101100 |
Color Harmonies of #B9273C
Complementary color
Monochromatic Colors of #B9273C
Black with #B9273C
Text Example
Text Example
White with #B9273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9273C; }
p { color: rgb(185,39,60); }
H1.HeaderClassName
{
color: #B9273C;
}
.AnyTagClassName
{
color: #B9273C;
}
</style>
background-color css
<style>
a { background-color: #B9273C; }
a { background-color: rgb(185,39,60); }
div.DivClassName
{
background-color: #B9273C;
}
.BgClassName
{
background-color: #B9273C;
}
</style>
border-color css
<style>
span { border-color: #B9273C; }
span { border-color: rgb(185,39,60); }
td.TdClassName
{
border-color: #B9273C;
}
.TagClassName
{
border-color: #B9273C;
}
</style>