Shades of Cardinal #B9174B
Tints of Cardinal #B9174B
RGB
CMYK
RGB Variations
Color information
#B9174B (or 0xB9174B) is known color: Cardinal. HEX triplet: B9, 17 and 4B. RGB value is (185,23,75). Sum of RGB (Red+Green+Blue) = 185+23+75=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9174B is #46E8B4. Grayscale: #4D4D4D. Windows color (decimal): -4647093 or 4921273. OLE color: 4921273.
HSL color Cylindrical-coordinate representation of color #B9174B: hue angle of 340.74º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9174B is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 75 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.27 |
| HSL | 340.74º | 0.78% | 0.41% | - |
| HSV(B) | 340.74º | 0.88% | 0.73% | - |
| XYZ | 21.58 | 11.44 | 7.73 | - |
| YUV | 77.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 75 | 0 | 0.88 | 0.59 | 0.27 | 340.74 | 0.78 | 0.41 |
| Hex | B9 | 17 | 4B | 0 | 58 | 3B | 1B | 155 | 4E | 29 |
| Octal | 271 | 27 | 113 | 0 | 130 | 73 | 33 | 525 | 116 | 51 |
| Binary | 10111001 | 10111 | 1001011 | 0 | 1011000 | 111011 | 11011 | 101010101 | 1001110 | 101001 |
Color Harmonies of #B9174B
Complementary color
Monochromatic Colors of #B9174B
Black with #B9174B
Text Example
Text Example
White with #B9174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9174B; }
p { color: rgb(185,23,75); }
H1.HeaderClassName
{
color: #B9174B;
}
.AnyTagClassName
{
color: #B9174B;
}
</style>
background-color css
<style>
a { background-color: #B9174B; }
a { background-color: rgb(185,23,75); }
div.DivClassName
{
background-color: #B9174B;
}
.BgClassName
{
background-color: #B9174B;
}
</style>
border-color css
<style>
span { border-color: #B9174B; }
span { border-color: rgb(185,23,75); }
td.TdClassName
{
border-color: #B9174B;
}
.TagClassName
{
border-color: #B9174B;
}
</style>