Shades of Cardinal #B92535
Tints of Cardinal #B92535
RGB
CMYK
RGB Variations
Color information
#B92535 (or 0xB92535) is known color: Cardinal. HEX triplet: B9, 25 and 35. RGB value is (185,37,53). Sum of RGB (Red+Green+Blue) = 185+37+53=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B92535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92535 is #46DACA. Grayscale: #535353. Windows color (decimal): -4643531 or 3483065. OLE color: 3483065.
HSL color Cylindrical-coordinate representation of color #B92535: hue angle of 353.51º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92535 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 53 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.27 |
| HSL | 353.51º | 0.67% | 0.44% | - |
| HSV(B) | 353.51º | 0.8% | 0.73% | - |
| XYZ | 21.31 | 11.89 | 4.54 | - |
| YUV | 83.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 53 | 0 | 0.80 | 0.71 | 0.27 | 353.51 | 0.67 | 0.44 |
| Hex | B9 | 25 | 35 | 0 | 50 | 47 | 1B | 162 | 43 | 2C |
| Octal | 271 | 45 | 65 | 0 | 120 | 107 | 33 | 542 | 103 | 54 |
| Binary | 10111001 | 100101 | 110101 | 0 | 1010000 | 1000111 | 11011 | 101100010 | 1000011 | 101100 |
Color Harmonies of #B92535
Complementary color
Monochromatic Colors of #B92535
Black with #B92535
Text Example
Text Example
White with #B92535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92535; }
p { color: rgb(185,37,53); }
H1.HeaderClassName
{
color: #B92535;
}
.AnyTagClassName
{
color: #B92535;
}
</style>
background-color css
<style>
a { background-color: #B92535; }
a { background-color: rgb(185,37,53); }
div.DivClassName
{
background-color: #B92535;
}
.BgClassName
{
background-color: #B92535;
}
</style>
border-color css
<style>
span { border-color: #B92535; }
span { border-color: rgb(185,37,53); }
td.TdClassName
{
border-color: #B92535;
}
.TagClassName
{
border-color: #B92535;
}
</style>