Shades of Cardinal #B9273B
Tints of Cardinal #B9273B
RGB
CMYK
RGB Variations
Color information
#B9273B (or 0xB9273B) is known color: Cardinal. HEX triplet: B9, 27 and 3B. RGB value is (185,39,59). Sum of RGB (Red+Green+Blue) = 185+39+59=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9273B is #46D8C4. Grayscale: #545454. Windows color (decimal): -4643013 or 3876793. OLE color: 3876793.
HSL color Cylindrical-coordinate representation of color #B9273B: hue angle of 351.78º 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 #B9273B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 59 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.27 |
| HSL | 351.78º | 0.65% | 0.44% | - |
| HSV(B) | 351.78º | 0.79% | 0.73% | - |
| XYZ | 21.52 | 12.08 | 5.34 | - |
| YUV | 84.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 59 | 0 | 0.79 | 0.68 | 0.27 | 351.78 | 0.65 | 0.44 |
| Hex | B9 | 27 | 3B | 0 | 4F | 44 | 1B | 160 | 41 | 2C |
| Octal | 271 | 47 | 73 | 0 | 117 | 104 | 33 | 540 | 101 | 54 |
| Binary | 10111001 | 100111 | 111011 | 0 | 1001111 | 1000100 | 11011 | 101100000 | 1000001 | 101100 |
Color Harmonies of #B9273B
Complementary color
Monochromatic Colors of #B9273B
Black with #B9273B
Text Example
Text Example
White with #B9273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9273B; }
p { color: rgb(185,39,59); }
H1.HeaderClassName
{
color: #B9273B;
}
.AnyTagClassName
{
color: #B9273B;
}
</style>
background-color css
<style>
a { background-color: #B9273B; }
a { background-color: rgb(185,39,59); }
div.DivClassName
{
background-color: #B9273B;
}
.BgClassName
{
background-color: #B9273B;
}
</style>
border-color css
<style>
span { border-color: #B9273B; }
span { border-color: rgb(185,39,59); }
td.TdClassName
{
border-color: #B9273B;
}
.TagClassName
{
border-color: #B9273B;
}
</style>