Shades of Cardinal #B90935
Tints of Cardinal #B90935
RGB
CMYK
RGB Variations
Color information
#B90935 (or 0xB90935) is known color: Cardinal. HEX triplet: B9, 09 and 35. RGB value is (185,9,53). Sum of RGB (Red+Green+Blue) = 185+9+53=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B90935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90935 is #46F6CA. Grayscale: #424242. Windows color (decimal): -4650699 or 3475897. OLE color: 3475897.
HSL color Cylindrical-coordinate representation of color #B90935: hue angle of 345º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90935 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 9 | 53 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.27 |
| HSL | 345º | 0.91% | 0.38% | - |
| HSV(B) | 345º | 0.95% | 0.73% | - |
| XYZ | 20.75 | 10.77 | 4.35 | - |
| YUV | 66.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 53 | 0 | 0.95 | 0.71 | 0.27 | 345 | 0.91 | 0.38 |
| Hex | B9 | 9 | 35 | 0 | 5F | 47 | 1B | 159 | 5B | 26 |
| Octal | 271 | 11 | 65 | 0 | 137 | 107 | 33 | 531 | 133 | 46 |
| Binary | 10111001 | 1001 | 110101 | 0 | 1011111 | 1000111 | 11011 | 101011001 | 1011011 | 100110 |
Color Harmonies of #B90935
Complementary color
Monochromatic Colors of #B90935
Black with #B90935
Text Example
Text Example
White with #B90935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90935; }
p { color: rgb(185,9,53); }
H1.HeaderClassName
{
color: #B90935;
}
.AnyTagClassName
{
color: #B90935;
}
</style>
background-color css
<style>
a { background-color: #B90935; }
a { background-color: rgb(185,9,53); }
div.DivClassName
{
background-color: #B90935;
}
.BgClassName
{
background-color: #B90935;
}
</style>
border-color css
<style>
span { border-color: #B90935; }
span { border-color: rgb(185,9,53); }
td.TdClassName
{
border-color: #B90935;
}
.TagClassName
{
border-color: #B90935;
}
</style>