Shades of Cardinal #B7272E
Tints of Cardinal #B7272E
RGB
CMYK
RGB Variations
Color information
#B7272E (or 0xB7272E) is known color: Cardinal. HEX triplet: B7, 27 and 2E. RGB value is (183,39,46). Sum of RGB (Red+Green+Blue) = 183+39+46=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7272E is #48D8D1. Grayscale: #525252. Windows color (decimal): -4774098 or 3024823. OLE color: 3024823.
HSL color Cylindrical-coordinate representation of color #B7272E: hue angle of 357.08º 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 #B7272E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 46 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.28 |
| HSL | 357.08º | 0.65% | 0.44% | - |
| HSV(B) | 357.08º | 0.79% | 0.72% | - |
| XYZ | 20.75 | 11.72 | 3.75 | - |
| YUV | 82.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 46 | 0 | 0.79 | 0.75 | 0.28 | 357.08 | 0.65 | 0.44 |
| Hex | B7 | 27 | 2E | 0 | 4F | 4B | 1C | 165 | 41 | 2C |
| Octal | 267 | 47 | 56 | 0 | 117 | 113 | 34 | 545 | 101 | 54 |
| Binary | 10110111 | 100111 | 101110 | 0 | 1001111 | 1001011 | 11100 | 101100101 | 1000001 | 101100 |
Color Harmonies of #B7272E
Complementary color
Monochromatic Colors of #B7272E
Black with #B7272E
Text Example
Text Example
White with #B7272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7272E; }
p { color: rgb(183,39,46); }
H1.HeaderClassName
{
color: #B7272E;
}
.AnyTagClassName
{
color: #B7272E;
}
</style>
background-color css
<style>
a { background-color: #B7272E; }
a { background-color: rgb(183,39,46); }
div.DivClassName
{
background-color: #B7272E;
}
.BgClassName
{
background-color: #B7272E;
}
</style>
border-color css
<style>
span { border-color: #B7272E; }
span { border-color: rgb(183,39,46); }
td.TdClassName
{
border-color: #B7272E;
}
.TagClassName
{
border-color: #B7272E;
}
</style>