Shades of Cardinal #B91F34
Tints of Cardinal #B91F34
RGB
CMYK
RGB Variations
Color information
#B91F34 (or 0xB91F34) is known color: Cardinal. HEX triplet: B9, 1F and 34. RGB value is (185,31,52). Sum of RGB (Red+Green+Blue) = 185+31+52=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F34 is #46E0CB. Grayscale: #4F4F4F. Windows color (decimal): -4645068 or 3415993. OLE color: 3415993.
HSL color Cylindrical-coordinate representation of color #B91F34: hue angle of 351.82º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F34 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 52 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.27 |
| HSL | 351.82º | 0.71% | 0.42% | - |
| HSV(B) | 351.82º | 0.83% | 0.73% | - |
| XYZ | 21.12 | 11.54 | 4.36 | - |
| YUV | 79.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 52 | 0 | 0.83 | 0.72 | 0.27 | 351.82 | 0.71 | 0.42 |
| Hex | B9 | 1F | 34 | 0 | 53 | 48 | 1B | 160 | 47 | 2A |
| Octal | 271 | 37 | 64 | 0 | 123 | 110 | 33 | 540 | 107 | 52 |
| Binary | 10111001 | 11111 | 110100 | 0 | 1010011 | 1001000 | 11011 | 101100000 | 1000111 | 101010 |
Color Harmonies of #B91F34
Complementary color
Monochromatic Colors of #B91F34
Black with #B91F34
Text Example
Text Example
White with #B91F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F34; }
p { color: rgb(185,31,52); }
H1.HeaderClassName
{
color: #B91F34;
}
.AnyTagClassName
{
color: #B91F34;
}
</style>
background-color css
<style>
a { background-color: #B91F34; }
a { background-color: rgb(185,31,52); }
div.DivClassName
{
background-color: #B91F34;
}
.BgClassName
{
background-color: #B91F34;
}
</style>
border-color css
<style>
span { border-color: #B91F34; }
span { border-color: rgb(185,31,52); }
td.TdClassName
{
border-color: #B91F34;
}
.TagClassName
{
border-color: #B91F34;
}
</style>