Shades of Cardinal #B92938
Tints of Cardinal #B92938
RGB
CMYK
RGB Variations
Color information
#B92938 (or 0xB92938) is known color: Cardinal. HEX triplet: B9, 29 and 38. RGB value is (185,41,56). Sum of RGB (Red+Green+Blue) = 185+41+56=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B92938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92938 is #46D6C7. Grayscale: #555555. Windows color (decimal): -4642504 or 3680697. OLE color: 3680697.
HSL color Cylindrical-coordinate representation of color #B92938: hue angle of 353.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92938 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 56 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.27 |
| HSL | 353.75º | 0.64% | 0.44% | - |
| HSV(B) | 353.75º | 0.78% | 0.73% | - |
| XYZ | 21.51 | 12.19 | 4.96 | - |
| YUV | 85.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 56 | 0 | 0.78 | 0.70 | 0.27 | 353.75 | 0.64 | 0.44 |
| Hex | B9 | 29 | 38 | 0 | 4E | 46 | 1B | 162 | 40 | 2C |
| Octal | 271 | 51 | 70 | 0 | 116 | 106 | 33 | 542 | 100 | 54 |
| Binary | 10111001 | 101001 | 111000 | 0 | 1001110 | 1000110 | 11011 | 101100010 | 1000000 | 101100 |
Color Harmonies of #B92938
Complementary color
Monochromatic Colors of #B92938
Black with #B92938
Text Example
Text Example
White with #B92938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92938; }
p { color: rgb(185,41,56); }
H1.HeaderClassName
{
color: #B92938;
}
.AnyTagClassName
{
color: #B92938;
}
</style>
background-color css
<style>
a { background-color: #B92938; }
a { background-color: rgb(185,41,56); }
div.DivClassName
{
background-color: #B92938;
}
.BgClassName
{
background-color: #B92938;
}
</style>
border-color css
<style>
span { border-color: #B92938; }
span { border-color: rgb(185,41,56); }
td.TdClassName
{
border-color: #B92938;
}
.TagClassName
{
border-color: #B92938;
}
</style>