Shades of Cardinal #B9013F
Tints of Cardinal #B9013F
RGB
CMYK
RGB Variations
Color information
#B9013F (or 0xB9013F) is known color: Cardinal. HEX triplet: B9, 01 and 3F. RGB value is (185,1,63). Sum of RGB (Red+Green+Blue) = 185+1+63=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9013F is #46FEC0. Grayscale: #3F3F3F. Windows color (decimal): -4652737 or 4129209. OLE color: 4129209.
HSL color Cylindrical-coordinate representation of color #B9013F: hue angle of 339.78º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9013F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.27 |
| HSL | 339.78º | 0.99% | 0.36% | - |
| HSV(B) | 339.78º | 0.99% | 0.73% | - |
| XYZ | 20.92 | 10.69 | 5.66 | - |
| YUV | 63.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 63 | 0 | 0.99 | 0.66 | 0.27 | 339.78 | 0.99 | 0.36 |
| Hex | B9 | 1 | 3F | 0 | 63 | 42 | 1B | 154 | 63 | 24 |
| Octal | 271 | 1 | 77 | 0 | 143 | 102 | 33 | 524 | 143 | 44 |
| Binary | 10111001 | 1 | 111111 | 0 | 1100011 | 1000010 | 11011 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B9013F
Complementary color
Monochromatic Colors of #B9013F
Black with #B9013F
Text Example
Text Example
White with #B9013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9013F; }
p { color: rgb(185,1,63); }
H1.HeaderClassName
{
color: #B9013F;
}
.AnyTagClassName
{
color: #B9013F;
}
</style>
background-color css
<style>
a { background-color: #B9013F; }
a { background-color: rgb(185,1,63); }
div.DivClassName
{
background-color: #B9013F;
}
.BgClassName
{
background-color: #B9013F;
}
</style>
border-color css
<style>
span { border-color: #B9013F; }
span { border-color: rgb(185,1,63); }
td.TdClassName
{
border-color: #B9013F;
}
.TagClassName
{
border-color: #B9013F;
}
</style>