Shades of Cardinal #B7272F
Tints of Cardinal #B7272F
RGB
CMYK
RGB Variations
Color information
#B7272F (or 0xB7272F) is known color: Cardinal. HEX triplet: B7, 27 and 2F. RGB value is (183,39,47). Sum of RGB (Red+Green+Blue) = 183+39+47=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B7272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7272F is #48D8D0. Grayscale: #535353. Windows color (decimal): -4774097 or 3090359. OLE color: 3090359.
HSL color Cylindrical-coordinate representation of color #B7272F: hue angle of 356.67º 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 #B7272F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 47 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.28 |
| HSL | 356.67º | 0.65% | 0.44% | - |
| HSV(B) | 356.67º | 0.79% | 0.72% | - |
| XYZ | 20.77 | 11.72 | 3.86 | - |
| YUV | 82.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 47 | 0 | 0.79 | 0.74 | 0.28 | 356.67 | 0.65 | 0.44 |
| Hex | B7 | 27 | 2F | 0 | 4F | 4A | 1C | 165 | 41 | 2C |
| Octal | 267 | 47 | 57 | 0 | 117 | 112 | 34 | 545 | 101 | 54 |
| Binary | 10110111 | 100111 | 101111 | 0 | 1001111 | 1001010 | 11100 | 101100101 | 1000001 | 101100 |
Color Harmonies of #B7272F
Complementary color
Monochromatic Colors of #B7272F
Black with #B7272F
Text Example
Text Example
White with #B7272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7272F; }
p { color: rgb(183,39,47); }
H1.HeaderClassName
{
color: #B7272F;
}
.AnyTagClassName
{
color: #B7272F;
}
</style>
background-color css
<style>
a { background-color: #B7272F; }
a { background-color: rgb(183,39,47); }
div.DivClassName
{
background-color: #B7272F;
}
.BgClassName
{
background-color: #B7272F;
}
</style>
border-color css
<style>
span { border-color: #B7272F; }
span { border-color: rgb(183,39,47); }
td.TdClassName
{
border-color: #B7272F;
}
.TagClassName
{
border-color: #B7272F;
}
</style>