Shades of Cardinal #B1152F
Tints of Cardinal #B1152F
RGB
CMYK
RGB Variations
Color information
#B1152F (or 0xB1152F) is known color: Cardinal. HEX triplet: B1, 15 and 2F. RGB value is (177,21,47). Sum of RGB (Red+Green+Blue) = 177+21+47=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1152F is #4EEAD0. Grayscale: #464646. Windows color (decimal): -5171921 or 3085745. OLE color: 3085745.
HSL color Cylindrical-coordinate representation of color #B1152F: hue angle of 350º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1152F is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 47 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.31 |
| HSL | 350º | 0.79% | 0.39% | - |
| HSV(B) | 350º | 0.88% | 0.69% | - |
| XYZ | 18.91 | 10.09 | 3.64 | - |
| YUV | 70.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 47 | 0 | 0.88 | 0.73 | 0.31 | 350 | 0.79 | 0.39 |
| Hex | B1 | 15 | 2F | 0 | 58 | 49 | 1F | 15E | 4F | 27 |
| Octal | 261 | 25 | 57 | 0 | 130 | 111 | 37 | 536 | 117 | 47 |
| Binary | 10110001 | 10101 | 101111 | 0 | 1011000 | 1001001 | 11111 | 101011110 | 1001111 | 100111 |
Color Harmonies of #B1152F
Complementary color
Monochromatic Colors of #B1152F
Black with #B1152F
Text Example
Text Example
White with #B1152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1152F; }
p { color: rgb(177,21,47); }
H1.HeaderClassName
{
color: #B1152F;
}
.AnyTagClassName
{
color: #B1152F;
}
</style>
background-color css
<style>
a { background-color: #B1152F; }
a { background-color: rgb(177,21,47); }
div.DivClassName
{
background-color: #B1152F;
}
.BgClassName
{
background-color: #B1152F;
}
</style>
border-color css
<style>
span { border-color: #B1152F; }
span { border-color: rgb(177,21,47); }
td.TdClassName
{
border-color: #B1152F;
}
.TagClassName
{
border-color: #B1152F;
}
</style>