Shades of Cardinal #B8272C
Tints of Cardinal #B8272C
RGB
CMYK
RGB Variations
Color information
#B8272C (or 0xB8272C) is known color: Cardinal. HEX triplet: B8, 27 and 2C. RGB value is (184,39,44). Sum of RGB (Red+Green+Blue) = 184+39+44=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8272C is #47D8D3. Grayscale: #535353. Windows color (decimal): -4708564 or 2893752. OLE color: 2893752.
HSL color Cylindrical-coordinate representation of color #B8272C: hue angle of 357.93º 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 #B8272C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 44 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.28 |
| HSL | 357.93º | 0.65% | 0.44% | - |
| HSV(B) | 357.93º | 0.79% | 0.72% | - |
| XYZ | 20.95 | 11.82 | 3.56 | - |
| YUV | 82.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 44 | 0 | 0.79 | 0.76 | 0.28 | 357.93 | 0.65 | 0.44 |
| Hex | B8 | 27 | 2C | 0 | 4F | 4C | 1C | 166 | 41 | 2C |
| Octal | 270 | 47 | 54 | 0 | 117 | 114 | 34 | 546 | 101 | 54 |
| Binary | 10111000 | 100111 | 101100 | 0 | 1001111 | 1001100 | 11100 | 101100110 | 1000001 | 101100 |
Color Harmonies of #B8272C
Complementary color
Monochromatic Colors of #B8272C
Black with #B8272C
Text Example
Text Example
White with #B8272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8272C; }
p { color: rgb(184,39,44); }
H1.HeaderClassName
{
color: #B8272C;
}
.AnyTagClassName
{
color: #B8272C;
}
</style>
background-color css
<style>
a { background-color: #B8272C; }
a { background-color: rgb(184,39,44); }
div.DivClassName
{
background-color: #B8272C;
}
.BgClassName
{
background-color: #B8272C;
}
</style>
border-color css
<style>
span { border-color: #B8272C; }
span { border-color: rgb(184,39,44); }
td.TdClassName
{
border-color: #B8272C;
}
.TagClassName
{
border-color: #B8272C;
}
</style>