Shades of Cardinal #B8273B
Tints of Cardinal #B8273B
RGB
CMYK
RGB Variations
Color information
#B8273B (or 0xB8273B) is known color: Cardinal. HEX triplet: B8, 27 and 3B. RGB value is (184,39,59). Sum of RGB (Red+Green+Blue) = 184+39+59=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8273B is #47D8C4. Grayscale: #545454. Windows color (decimal): -4708549 or 3876792. OLE color: 3876792.
HSL color Cylindrical-coordinate representation of color #B8273B: hue angle of 351.72º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8273B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 59 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.28 |
| HSL | 351.72º | 0.65% | 0.44% | - |
| HSV(B) | 351.72º | 0.79% | 0.72% | - |
| XYZ | 21.28 | 11.96 | 5.32 | - |
| YUV | 84.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 59 | 0 | 0.79 | 0.68 | 0.28 | 351.72 | 0.65 | 0.44 |
| Hex | B8 | 27 | 3B | 0 | 4F | 44 | 1C | 160 | 41 | 2C |
| Octal | 270 | 47 | 73 | 0 | 117 | 104 | 34 | 540 | 101 | 54 |
| Binary | 10111000 | 100111 | 111011 | 0 | 1001111 | 1000100 | 11100 | 101100000 | 1000001 | 101100 |
Color Harmonies of #B8273B
Complementary color
Monochromatic Colors of #B8273B
Black with #B8273B
Text Example
Text Example
White with #B8273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8273B; }
p { color: rgb(184,39,59); }
H1.HeaderClassName
{
color: #B8273B;
}
.AnyTagClassName
{
color: #B8273B;
}
</style>
background-color css
<style>
a { background-color: #B8273B; }
a { background-color: rgb(184,39,59); }
div.DivClassName
{
background-color: #B8273B;
}
.BgClassName
{
background-color: #B8273B;
}
</style>
border-color css
<style>
span { border-color: #B8273B; }
span { border-color: rgb(184,39,59); }
td.TdClassName
{
border-color: #B8273B;
}
.TagClassName
{
border-color: #B8273B;
}
</style>