Shades of Cardinal #B7013A
Tints of Cardinal #B7013A
RGB
CMYK
RGB Variations
Color information
#B7013A (or 0xB7013A) is known color: Cardinal. HEX triplet: B7, 01 and 3A. RGB value is (183,1,58). Sum of RGB (Red+Green+Blue) = 183+1+58=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013A is #48FEC5. Grayscale: #3D3D3D. Windows color (decimal): -4783814 or 3801527. OLE color: 3801527.
HSL color Cylindrical-coordinate representation of color #B7013A: hue angle of 341.21º 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 #B7013A is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.28 |
| HSL | 341.21º | 0.99% | 0.36% | - |
| HSV(B) | 341.21º | 0.99% | 0.72% | - |
| XYZ | 20.3 | 10.39 | 4.94 | - |
| YUV | 61.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 58 | 0 | 0.99 | 0.68 | 0.28 | 341.21 | 0.99 | 0.36 |
| Hex | B7 | 1 | 3A | 0 | 63 | 44 | 1C | 155 | 63 | 24 |
| Octal | 267 | 1 | 72 | 0 | 143 | 104 | 34 | 525 | 143 | 44 |
| Binary | 10110111 | 1 | 111010 | 0 | 1100011 | 1000100 | 11100 | 101010101 | 1100011 | 100100 |
Color Harmonies of #B7013A
Complementary color
Monochromatic Colors of #B7013A
Black with #B7013A
Text Example
Text Example
White with #B7013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7013A; }
p { color: rgb(183,1,58); }
H1.HeaderClassName
{
color: #B7013A;
}
.AnyTagClassName
{
color: #B7013A;
}
</style>
background-color css
<style>
a { background-color: #B7013A; }
a { background-color: rgb(183,1,58); }
div.DivClassName
{
background-color: #B7013A;
}
.BgClassName
{
background-color: #B7013A;
}
</style>
border-color css
<style>
span { border-color: #B7013A; }
span { border-color: rgb(183,1,58); }
td.TdClassName
{
border-color: #B7013A;
}
.TagClassName
{
border-color: #B7013A;
}
</style>