Shades of Cardinal #B7172D
Tints of Cardinal #B7172D
RGB
CMYK
RGB Variations
Color information
#B7172D (or 0xB7172D) is known color: Cardinal. HEX triplet: B7, 17 and 2D. RGB value is (183,23,45). Sum of RGB (Red+Green+Blue) = 183+23+45=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7172D is #48E8D2. Grayscale: #494949. Windows color (decimal): -4778195 or 2955191. OLE color: 2955191.
HSL color Cylindrical-coordinate representation of color #B7172D: hue angle of 351.75º 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 #B7172D is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 45 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.28 |
| HSL | 351.75º | 0.78% | 0.4% | - |
| HSV(B) | 351.75º | 0.87% | 0.72% | - |
| XYZ | 20.31 | 10.87 | 3.51 | - |
| YUV | 73.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 45 | 0 | 0.87 | 0.75 | 0.28 | 351.75 | 0.78 | 0.4 |
| Hex | B7 | 17 | 2D | 0 | 57 | 4B | 1C | 160 | 4E | 28 |
| Octal | 267 | 27 | 55 | 0 | 127 | 113 | 34 | 540 | 116 | 50 |
| Binary | 10110111 | 10111 | 101101 | 0 | 1010111 | 1001011 | 11100 | 101100000 | 1001110 | 101000 |
Color Harmonies of #B7172D
Complementary color
Monochromatic Colors of #B7172D
Black with #B7172D
Text Example
Text Example
White with #B7172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7172D; }
p { color: rgb(183,23,45); }
H1.HeaderClassName
{
color: #B7172D;
}
.AnyTagClassName
{
color: #B7172D;
}
</style>
background-color css
<style>
a { background-color: #B7172D; }
a { background-color: rgb(183,23,45); }
div.DivClassName
{
background-color: #B7172D;
}
.BgClassName
{
background-color: #B7172D;
}
</style>
border-color css
<style>
span { border-color: #B7172D; }
span { border-color: rgb(183,23,45); }
td.TdClassName
{
border-color: #B7172D;
}
.TagClassName
{
border-color: #B7172D;
}
</style>