Shades of Cardinal #B92936
Tints of Cardinal #B92936
RGB
CMYK
RGB Variations
Color information
#B92936 (or 0xB92936) is known color: Cardinal. HEX triplet: B9, 29 and 36. RGB value is (185,41,54). Sum of RGB (Red+Green+Blue) = 185+41+54=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B92936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92936 is #46D6C9. Grayscale: #555555. Windows color (decimal): -4642506 or 3549625. OLE color: 3549625.
HSL color Cylindrical-coordinate representation of color #B92936: hue angle of 354.58º 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 #B92936 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 54 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.27 |
| HSL | 354.58º | 0.64% | 0.44% | - |
| HSV(B) | 354.58º | 0.78% | 0.73% | - |
| XYZ | 21.47 | 12.17 | 4.71 | - |
| YUV | 85.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 54 | 0 | 0.78 | 0.71 | 0.27 | 354.58 | 0.64 | 0.44 |
| Hex | B9 | 29 | 36 | 0 | 4E | 47 | 1B | 163 | 40 | 2C |
| Octal | 271 | 51 | 66 | 0 | 116 | 107 | 33 | 543 | 100 | 54 |
| Binary | 10111001 | 101001 | 110110 | 0 | 1001110 | 1000111 | 11011 | 101100011 | 1000000 | 101100 |
Color Harmonies of #B92936
Complementary color
Monochromatic Colors of #B92936
Black with #B92936
Text Example
Text Example
White with #B92936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92936; }
p { color: rgb(185,41,54); }
H1.HeaderClassName
{
color: #B92936;
}
.AnyTagClassName
{
color: #B92936;
}
</style>
background-color css
<style>
a { background-color: #B92936; }
a { background-color: rgb(185,41,54); }
div.DivClassName
{
background-color: #B92936;
}
.BgClassName
{
background-color: #B92936;
}
</style>
border-color css
<style>
span { border-color: #B92936; }
span { border-color: rgb(185,41,54); }
td.TdClassName
{
border-color: #B92936;
}
.TagClassName
{
border-color: #B92936;
}
</style>