Shades of Cardinal #B7172B
Tints of Cardinal #B7172B
RGB
CMYK
RGB Variations
Color information
#B7172B (or 0xB7172B) is known color: Cardinal. HEX triplet: B7, 17 and 2B. RGB value is (183,23,43). Sum of RGB (Red+Green+Blue) = 183+23+43=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7172B is #48E8D4. Grayscale: #494949. Windows color (decimal): -4778197 or 2824119. OLE color: 2824119.
HSL color Cylindrical-coordinate representation of color #B7172B: hue angle of 352.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7172B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 43 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.28 |
| HSL | 352.5º | 0.78% | 0.4% | - |
| HSV(B) | 352.5º | 0.87% | 0.72% | - |
| XYZ | 20.27 | 10.85 | 3.31 | - |
| YUV | 73.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 43 | 0 | 0.87 | 0.77 | 0.28 | 352.5 | 0.78 | 0.4 |
| Hex | B7 | 17 | 2B | 0 | 57 | 4D | 1C | 160 | 4E | 28 |
| Octal | 267 | 27 | 53 | 0 | 127 | 115 | 34 | 540 | 116 | 50 |
| Binary | 10110111 | 10111 | 101011 | 0 | 1010111 | 1001101 | 11100 | 101100000 | 1001110 | 101000 |
Color Harmonies of #B7172B
Complementary color
Monochromatic Colors of #B7172B
Black with #B7172B
Text Example
Text Example
White with #B7172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7172B; }
p { color: rgb(183,23,43); }
H1.HeaderClassName
{
color: #B7172B;
}
.AnyTagClassName
{
color: #B7172B;
}
</style>
background-color css
<style>
a { background-color: #B7172B; }
a { background-color: rgb(183,23,43); }
div.DivClassName
{
background-color: #B7172B;
}
.BgClassName
{
background-color: #B7172B;
}
</style>
border-color css
<style>
span { border-color: #B7172B; }
span { border-color: rgb(183,23,43); }
td.TdClassName
{
border-color: #B7172B;
}
.TagClassName
{
border-color: #B7172B;
}
</style>