Shades of Cardinal #B9102F
Tints of Cardinal #B9102F
RGB
CMYK
RGB Variations
Color information
#B9102F (or 0xB9102F) is known color: Cardinal. HEX triplet: B9, 10 and 2F. RGB value is (185,16,47). Sum of RGB (Red+Green+Blue) = 185+16+47=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9102F is #46EFD0. Grayscale: #464646. Windows color (decimal): -4648913 or 3084473. OLE color: 3084473.
HSL color Cylindrical-coordinate representation of color #B9102F: hue angle of 348.99º 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 #B9102F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 47 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.27 |
| HSL | 348.99º | 0.84% | 0.39% | - |
| HSV(B) | 348.99º | 0.91% | 0.73% | - |
| XYZ | 20.71 | 10.89 | 3.7 | - |
| YUV | 70.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 47 | 0 | 0.91 | 0.75 | 0.27 | 348.99 | 0.84 | 0.39 |
| Hex | B9 | 10 | 2F | 0 | 5B | 4B | 1B | 15D | 54 | 27 |
| Octal | 271 | 20 | 57 | 0 | 133 | 113 | 33 | 535 | 124 | 47 |
| Binary | 10111001 | 10000 | 101111 | 0 | 1011011 | 1001011 | 11011 | 101011101 | 1010100 | 100111 |
Color Harmonies of #B9102F
Complementary color
Monochromatic Colors of #B9102F
Black with #B9102F
Text Example
Text Example
White with #B9102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9102F; }
p { color: rgb(185,16,47); }
H1.HeaderClassName
{
color: #B9102F;
}
.AnyTagClassName
{
color: #B9102F;
}
</style>
background-color css
<style>
a { background-color: #B9102F; }
a { background-color: rgb(185,16,47); }
div.DivClassName
{
background-color: #B9102F;
}
.BgClassName
{
background-color: #B9102F;
}
</style>
border-color css
<style>
span { border-color: #B9102F; }
span { border-color: rgb(185,16,47); }
td.TdClassName
{
border-color: #B9102F;
}
.TagClassName
{
border-color: #B9102F;
}
</style>