Shades of Cardinal #B92337
Tints of Cardinal #B92337
RGB
CMYK
RGB Variations
Color information
#B92337 (or 0xB92337) is known color: Cardinal. HEX triplet: B9, 23 and 37. RGB value is (185,35,55). Sum of RGB (Red+Green+Blue) = 185+35+55=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B92337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92337 is #46DCC8. Grayscale: #525252. Windows color (decimal): -4644041 or 3613625. OLE color: 3613625.
HSL color Cylindrical-coordinate representation of color #B92337: hue angle of 352º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92337 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 55 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.27 |
| HSL | 352º | 0.68% | 0.43% | - |
| HSV(B) | 352º | 0.81% | 0.73% | - |
| XYZ | 21.3 | 11.79 | 4.77 | - |
| YUV | 82.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 55 | 0 | 0.81 | 0.70 | 0.27 | 352 | 0.68 | 0.43 |
| Hex | B9 | 23 | 37 | 0 | 51 | 46 | 1B | 160 | 44 | 2B |
| Octal | 271 | 43 | 67 | 0 | 121 | 106 | 33 | 540 | 104 | 53 |
| Binary | 10111001 | 100011 | 110111 | 0 | 1010001 | 1000110 | 11011 | 101100000 | 1000100 | 101011 |
Color Harmonies of #B92337
Complementary color
Monochromatic Colors of #B92337
Black with #B92337
Text Example
Text Example
White with #B92337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92337; }
p { color: rgb(185,35,55); }
H1.HeaderClassName
{
color: #B92337;
}
.AnyTagClassName
{
color: #B92337;
}
</style>
background-color css
<style>
a { background-color: #B92337; }
a { background-color: rgb(185,35,55); }
div.DivClassName
{
background-color: #B92337;
}
.BgClassName
{
background-color: #B92337;
}
</style>
border-color css
<style>
span { border-color: #B92337; }
span { border-color: rgb(185,35,55); }
td.TdClassName
{
border-color: #B92337;
}
.TagClassName
{
border-color: #B92337;
}
</style>