Shades of Cardinal #B1272F
Tints of Cardinal #B1272F
RGB
CMYK
RGB Variations
Color information
#B1272F (or 0xB1272F) is known color: Cardinal. HEX triplet: B1, 27 and 2F. RGB value is (177,39,47). Sum of RGB (Red+Green+Blue) = 177+39+47=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B1272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1272F is #4ED8D0. Grayscale: #515151. Windows color (decimal): -5167313 or 3090353. OLE color: 3090353.
HSL color Cylindrical-coordinate representation of color #B1272F: hue angle of 356.52º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1272F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 47 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.31 |
| HSL | 356.52º | 0.64% | 0.42% | - |
| HSV(B) | 356.52º | 0.78% | 0.69% | - |
| XYZ | 19.37 | 11 | 3.79 | - |
| YUV | 81.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 47 | 0 | 0.78 | 0.73 | 0.31 | 356.52 | 0.64 | 0.42 |
| Hex | B1 | 27 | 2F | 0 | 4E | 49 | 1F | 165 | 40 | 2A |
| Octal | 261 | 47 | 57 | 0 | 116 | 111 | 37 | 545 | 100 | 52 |
| Binary | 10110001 | 100111 | 101111 | 0 | 1001110 | 1001001 | 11111 | 101100101 | 1000000 | 101010 |
Color Harmonies of #B1272F
Complementary color
Monochromatic Colors of #B1272F
Black with #B1272F
Text Example
Text Example
White with #B1272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1272F; }
p { color: rgb(177,39,47); }
H1.HeaderClassName
{
color: #B1272F;
}
.AnyTagClassName
{
color: #B1272F;
}
</style>
background-color css
<style>
a { background-color: #B1272F; }
a { background-color: rgb(177,39,47); }
div.DivClassName
{
background-color: #B1272F;
}
.BgClassName
{
background-color: #B1272F;
}
</style>
border-color css
<style>
span { border-color: #B1272F; }
span { border-color: rgb(177,39,47); }
td.TdClassName
{
border-color: #B1272F;
}
.TagClassName
{
border-color: #B1272F;
}
</style>