Shades of Cardinal #B90441
Tints of Cardinal #B90441
RGB
CMYK
RGB Variations
Color information
#B90441 (or 0xB90441) is known color: Cardinal. HEX triplet: B9, 04 and 41. RGB value is (185,4,65). Sum of RGB (Red+Green+Blue) = 185+4+65=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B90441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90441 is #46FBBE. Grayscale: #414141. Windows color (decimal): -4651967 or 4261049. OLE color: 4261049.
HSL color Cylindrical-coordinate representation of color #B90441: hue angle of 339.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90441 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.27 |
| HSL | 339.78º | 0.96% | 0.37% | - |
| HSV(B) | 339.78º | 0.98% | 0.73% | - |
| XYZ | 21.01 | 10.78 | 5.98 | - |
| YUV | 65.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 65 | 0 | 0.98 | 0.65 | 0.27 | 339.78 | 0.96 | 0.37 |
| Hex | B9 | 4 | 41 | 0 | 62 | 41 | 1B | 154 | 60 | 25 |
| Octal | 271 | 4 | 101 | 0 | 142 | 101 | 33 | 524 | 140 | 45 |
| Binary | 10111001 | 100 | 1000001 | 0 | 1100010 | 1000001 | 11011 | 101010100 | 1100000 | 100101 |
Color Harmonies of #B90441
Complementary color
Monochromatic Colors of #B90441
Black with #B90441
Text Example
Text Example
White with #B90441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90441; }
p { color: rgb(185,4,65); }
H1.HeaderClassName
{
color: #B90441;
}
.AnyTagClassName
{
color: #B90441;
}
</style>
background-color css
<style>
a { background-color: #B90441; }
a { background-color: rgb(185,4,65); }
div.DivClassName
{
background-color: #B90441;
}
.BgClassName
{
background-color: #B90441;
}
</style>
border-color css
<style>
span { border-color: #B90441; }
span { border-color: rgb(185,4,65); }
td.TdClassName
{
border-color: #B90441;
}
.TagClassName
{
border-color: #B90441;
}
</style>