Shades of Cardinal #B8273C
Tints of Cardinal #B8273C
RGB
CMYK
RGB Variations
Color information
#B8273C (or 0xB8273C) is known color: Cardinal. HEX triplet: B8, 27 and 3C. RGB value is (184,39,60). Sum of RGB (Red+Green+Blue) = 184+39+60=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8273C is #47D8C3. Grayscale: #545454. Windows color (decimal): -4708548 or 3942328. OLE color: 3942328.
HSL color Cylindrical-coordinate representation of color #B8273C: hue angle of 351.31º 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 #B8273C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 60 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.28 |
| HSL | 351.31º | 0.65% | 0.44% | - |
| HSV(B) | 351.31º | 0.79% | 0.72% | - |
| XYZ | 21.31 | 11.97 | 5.46 | - |
| YUV | 84.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 60 | 0 | 0.79 | 0.67 | 0.28 | 351.31 | 0.65 | 0.44 |
| Hex | B8 | 27 | 3C | 0 | 4F | 43 | 1C | 15F | 41 | 2C |
| Octal | 270 | 47 | 74 | 0 | 117 | 103 | 34 | 537 | 101 | 54 |
| Binary | 10111000 | 100111 | 111100 | 0 | 1001111 | 1000011 | 11100 | 101011111 | 1000001 | 101100 |
Color Harmonies of #B8273C
Complementary color
Monochromatic Colors of #B8273C
Black with #B8273C
Text Example
Text Example
White with #B8273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8273C; }
p { color: rgb(184,39,60); }
H1.HeaderClassName
{
color: #B8273C;
}
.AnyTagClassName
{
color: #B8273C;
}
</style>
background-color css
<style>
a { background-color: #B8273C; }
a { background-color: rgb(184,39,60); }
div.DivClassName
{
background-color: #B8273C;
}
.BgClassName
{
background-color: #B8273C;
}
</style>
border-color css
<style>
span { border-color: #B8273C; }
span { border-color: rgb(184,39,60); }
td.TdClassName
{
border-color: #B8273C;
}
.TagClassName
{
border-color: #B8273C;
}
</style>