Shades of Cardinal #B9103F
Tints of Cardinal #B9103F
RGB
CMYK
RGB Variations
Color information
#B9103F (or 0xB9103F) is known color: Cardinal. HEX triplet: B9, 10 and 3F. RGB value is (185,16,63). Sum of RGB (Red+Green+Blue) = 185+16+63=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9103F is #46EFC0. Grayscale: #474747. Windows color (decimal): -4648897 or 4133049. OLE color: 4133049.
HSL color Cylindrical-coordinate representation of color #B9103F: hue angle of 343.31º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9103F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 63 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.27 |
| HSL | 343.31º | 0.84% | 0.39% | - |
| HSV(B) | 343.31º | 0.91% | 0.73% | - |
| XYZ | 21.09 | 11.04 | 5.72 | - |
| YUV | 71.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 63 | 0 | 0.91 | 0.66 | 0.27 | 343.31 | 0.84 | 0.39 |
| Hex | B9 | 10 | 3F | 0 | 5B | 42 | 1B | 157 | 54 | 27 |
| Octal | 271 | 20 | 77 | 0 | 133 | 102 | 33 | 527 | 124 | 47 |
| Binary | 10111001 | 10000 | 111111 | 0 | 1011011 | 1000010 | 11011 | 101010111 | 1010100 | 100111 |
Color Harmonies of #B9103F
Complementary color
Monochromatic Colors of #B9103F
Black with #B9103F
Text Example
Text Example
White with #B9103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9103F; }
p { color: rgb(185,16,63); }
H1.HeaderClassName
{
color: #B9103F;
}
.AnyTagClassName
{
color: #B9103F;
}
</style>
background-color css
<style>
a { background-color: #B9103F; }
a { background-color: rgb(185,16,63); }
div.DivClassName
{
background-color: #B9103F;
}
.BgClassName
{
background-color: #B9103F;
}
</style>
border-color css
<style>
span { border-color: #B9103F; }
span { border-color: rgb(185,16,63); }
td.TdClassName
{
border-color: #B9103F;
}
.TagClassName
{
border-color: #B9103F;
}
</style>