Shades of Cardinal #B90533
Tints of Cardinal #B90533
RGB
CMYK
RGB Variations
Color information
#B90533 (or 0xB90533) is known color: Cardinal. HEX triplet: B9, 05 and 33. RGB value is (185,5,51). Sum of RGB (Red+Green+Blue) = 185+5+51=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90533 is #46FACC. Grayscale: #404040. Windows color (decimal): -4651725 or 3343801. OLE color: 3343801.
HSL color Cylindrical-coordinate representation of color #B90533: hue angle of 344.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90533 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.27 |
| HSL | 344.67º | 0.95% | 0.37% | - |
| HSV(B) | 344.67º | 0.97% | 0.73% | - |
| XYZ | 20.66 | 10.66 | 4.1 | - |
| YUV | 64.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 51 | 0 | 0.97 | 0.72 | 0.27 | 344.67 | 0.95 | 0.37 |
| Hex | B9 | 5 | 33 | 0 | 61 | 48 | 1B | 159 | 5F | 25 |
| Octal | 271 | 5 | 63 | 0 | 141 | 110 | 33 | 531 | 137 | 45 |
| Binary | 10111001 | 101 | 110011 | 0 | 1100001 | 1001000 | 11011 | 101011001 | 1011111 | 100101 |
Color Harmonies of #B90533
Complementary color
Monochromatic Colors of #B90533
Black with #B90533
Text Example
Text Example
White with #B90533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90533; }
p { color: rgb(185,5,51); }
H1.HeaderClassName
{
color: #B90533;
}
.AnyTagClassName
{
color: #B90533;
}
</style>
background-color css
<style>
a { background-color: #B90533; }
a { background-color: rgb(185,5,51); }
div.DivClassName
{
background-color: #B90533;
}
.BgClassName
{
background-color: #B90533;
}
</style>
border-color css
<style>
span { border-color: #B90533; }
span { border-color: rgb(185,5,51); }
td.TdClassName
{
border-color: #B90533;
}
.TagClassName
{
border-color: #B90533;
}
</style>