Shades of Cardinal #B91F28
Tints of Cardinal #B91F28
RGB
CMYK
RGB Variations
Color information
#B91F28 (or 0xB91F28) is known color: Cardinal. HEX triplet: B9, 1F and 28. RGB value is (185,31,40). Sum of RGB (Red+Green+Blue) = 185+31+40=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F28 is #46E0D7. Grayscale: #4E4E4E. Windows color (decimal): -4645080 or 2629561. OLE color: 2629561.
HSL color Cylindrical-coordinate representation of color #B91F28: hue angle of 356.49º 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 #B91F28 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 40 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.27 |
| HSL | 356.49º | 0.71% | 0.42% | - |
| HSV(B) | 356.49º | 0.83% | 0.73% | - |
| XYZ | 20.88 | 11.45 | 3.12 | - |
| YUV | 78.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 40 | 0 | 0.83 | 0.78 | 0.27 | 356.49 | 0.71 | 0.42 |
| Hex | B9 | 1F | 28 | 0 | 53 | 4E | 1B | 164 | 47 | 2A |
| Octal | 271 | 37 | 50 | 0 | 123 | 116 | 33 | 544 | 107 | 52 |
| Binary | 10111001 | 11111 | 101000 | 0 | 1010011 | 1001110 | 11011 | 101100100 | 1000111 | 101010 |
Color Harmonies of #B91F28
Complementary color
Monochromatic Colors of #B91F28
Black with #B91F28
Text Example
Text Example
White with #B91F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F28; }
p { color: rgb(185,31,40); }
H1.HeaderClassName
{
color: #B91F28;
}
.AnyTagClassName
{
color: #B91F28;
}
</style>
background-color css
<style>
a { background-color: #B91F28; }
a { background-color: rgb(185,31,40); }
div.DivClassName
{
background-color: #B91F28;
}
.BgClassName
{
background-color: #B91F28;
}
</style>
border-color css
<style>
span { border-color: #B91F28; }
span { border-color: rgb(185,31,40); }
td.TdClassName
{
border-color: #B91F28;
}
.TagClassName
{
border-color: #B91F28;
}
</style>