Shades of Cardinal #B90338
Tints of Cardinal #B90338
RGB
CMYK
RGB Variations
Color information
#B90338 (or 0xB90338) is known color: Cardinal. HEX triplet: B9, 03 and 38. RGB value is (185,3,56). Sum of RGB (Red+Green+Blue) = 185+3+56=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B90338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90338 is #46FCC7. Grayscale: #3F3F3F. Windows color (decimal): -4652232 or 3670969. OLE color: 3670969.
HSL color Cylindrical-coordinate representation of color #B90338: hue angle of 342.53º degrees, saturation: 0.97, 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 #B90338 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.27 |
| HSL | 342.53º | 0.97% | 0.37% | - |
| HSV(B) | 342.53º | 0.98% | 0.73% | - |
| XYZ | 20.75 | 10.66 | 4.71 | - |
| YUV | 63.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 56 | 0 | 0.98 | 0.70 | 0.27 | 342.53 | 0.97 | 0.37 |
| Hex | B9 | 3 | 38 | 0 | 62 | 46 | 1B | 157 | 61 | 25 |
| Octal | 271 | 3 | 70 | 0 | 142 | 106 | 33 | 527 | 141 | 45 |
| Binary | 10111001 | 11 | 111000 | 0 | 1100010 | 1000110 | 11011 | 101010111 | 1100001 | 100101 |
Color Harmonies of #B90338
Complementary color
Monochromatic Colors of #B90338
Black with #B90338
Text Example
Text Example
White with #B90338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90338; }
p { color: rgb(185,3,56); }
H1.HeaderClassName
{
color: #B90338;
}
.AnyTagClassName
{
color: #B90338;
}
</style>
background-color css
<style>
a { background-color: #B90338; }
a { background-color: rgb(185,3,56); }
div.DivClassName
{
background-color: #B90338;
}
.BgClassName
{
background-color: #B90338;
}
</style>
border-color css
<style>
span { border-color: #B90338; }
span { border-color: rgb(185,3,56); }
td.TdClassName
{
border-color: #B90338;
}
.TagClassName
{
border-color: #B90338;
}
</style>