Shades of Cardinal #B7013F
Tints of Cardinal #B7013F
RGB
CMYK
RGB Variations
Color information
#B7013F (or 0xB7013F) is known color: Cardinal. HEX triplet: B7, 01 and 3F. RGB value is (183,1,63). Sum of RGB (Red+Green+Blue) = 183+1+63=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013F is #48FEC0. Grayscale: #3E3E3E. Windows color (decimal): -4783809 or 4129207. OLE color: 4129207.
HSL color Cylindrical-coordinate representation of color #B7013F: hue angle of 339.56º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7013F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.28 |
| HSL | 339.56º | 0.99% | 0.36% | - |
| HSV(B) | 339.56º | 0.99% | 0.72% | - |
| XYZ | 20.44 | 10.45 | 5.64 | - |
| YUV | 62.49 | 128.3 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 63 | 0 | 0.99 | 0.66 | 0.28 | 339.56 | 0.99 | 0.36 |
| Hex | B7 | 1 | 3F | 0 | 63 | 42 | 1C | 154 | 63 | 24 |
| Octal | 267 | 1 | 77 | 0 | 143 | 102 | 34 | 524 | 143 | 44 |
| Binary | 10110111 | 1 | 111111 | 0 | 1100011 | 1000010 | 11100 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B7013F
Complementary color
Monochromatic Colors of #B7013F
Black with #B7013F
Text Example
Text Example
White with #B7013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7013F; }
p { color: rgb(183,1,63); }
H1.HeaderClassName
{
color: #B7013F;
}
.AnyTagClassName
{
color: #B7013F;
}
</style>
background-color css
<style>
a { background-color: #B7013F; }
a { background-color: rgb(183,1,63); }
div.DivClassName
{
background-color: #B7013F;
}
.BgClassName
{
background-color: #B7013F;
}
</style>
border-color css
<style>
span { border-color: #B7013F; }
span { border-color: rgb(183,1,63); }
td.TdClassName
{
border-color: #B7013F;
}
.TagClassName
{
border-color: #B7013F;
}
</style>