Shades of Cardinal #B91D28
Tints of Cardinal #B91D28
RGB
CMYK
RGB Variations
Color information
#B91D28 (or 0xB91D28) is known color: Cardinal. HEX triplet: B9, 1D and 28. RGB value is (185,29,40). Sum of RGB (Red+Green+Blue) = 185+29+40=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D28 is #46E2D7. Grayscale: #4D4D4D. Windows color (decimal): -4645592 or 2629049. OLE color: 2629049.
HSL color Cylindrical-coordinate representation of color #B91D28: hue angle of 355.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91D28 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 40 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.27 |
| HSL | 355.77º | 0.73% | 0.42% | - |
| HSV(B) | 355.77º | 0.84% | 0.73% | - |
| XYZ | 20.83 | 11.35 | 3.1 | - |
| YUV | 76.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 40 | 0 | 0.84 | 0.78 | 0.27 | 355.77 | 0.73 | 0.42 |
| Hex | B9 | 1D | 28 | 0 | 54 | 4E | 1B | 164 | 49 | 2A |
| Octal | 271 | 35 | 50 | 0 | 124 | 116 | 33 | 544 | 111 | 52 |
| Binary | 10111001 | 11101 | 101000 | 0 | 1010100 | 1001110 | 11011 | 101100100 | 1001001 | 101010 |
Color Harmonies of #B91D28
Complementary color
Monochromatic Colors of #B91D28
Black with #B91D28
Text Example
Text Example
White with #B91D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D28; }
p { color: rgb(185,29,40); }
H1.HeaderClassName
{
color: #B91D28;
}
.AnyTagClassName
{
color: #B91D28;
}
</style>
background-color css
<style>
a { background-color: #B91D28; }
a { background-color: rgb(185,29,40); }
div.DivClassName
{
background-color: #B91D28;
}
.BgClassName
{
background-color: #B91D28;
}
</style>
border-color css
<style>
span { border-color: #B91D28; }
span { border-color: rgb(185,29,40); }
td.TdClassName
{
border-color: #B91D28;
}
.TagClassName
{
border-color: #B91D28;
}
</style>