Shades of Cardinal #B7013C
Tints of Cardinal #B7013C
RGB
CMYK
RGB Variations
Color information
#B7013C (or 0xB7013C) is known color: Cardinal. HEX triplet: B7, 01 and 3C. RGB value is (183,1,60). Sum of RGB (Red+Green+Blue) = 183+1+60=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013C is #48FEC3. Grayscale: #3E3E3E. Windows color (decimal): -4783812 or 3932599. OLE color: 3932599.
HSL color Cylindrical-coordinate representation of color #B7013C: hue angle of 340.55º 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 #B7013C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.28 |
| HSL | 340.55º | 0.99% | 0.36% | - |
| HSV(B) | 340.55º | 0.99% | 0.72% | - |
| XYZ | 20.35 | 10.42 | 5.21 | - |
| YUV | 62.14 | 126.8 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 60 | 0 | 0.99 | 0.67 | 0.28 | 340.55 | 0.99 | 0.36 |
| Hex | B7 | 1 | 3C | 0 | 63 | 43 | 1C | 155 | 63 | 24 |
| Octal | 267 | 1 | 74 | 0 | 143 | 103 | 34 | 525 | 143 | 44 |
| Binary | 10110111 | 1 | 111100 | 0 | 1100011 | 1000011 | 11100 | 101010101 | 1100011 | 100100 |
Color Harmonies of #B7013C
Complementary color
Monochromatic Colors of #B7013C
Black with #B7013C
Text Example
Text Example
White with #B7013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7013C; }
p { color: rgb(183,1,60); }
H1.HeaderClassName
{
color: #B7013C;
}
.AnyTagClassName
{
color: #B7013C;
}
</style>
background-color css
<style>
a { background-color: #B7013C; }
a { background-color: rgb(183,1,60); }
div.DivClassName
{
background-color: #B7013C;
}
.BgClassName
{
background-color: #B7013C;
}
</style>
border-color css
<style>
span { border-color: #B7013C; }
span { border-color: rgb(183,1,60); }
td.TdClassName
{
border-color: #B7013C;
}
.TagClassName
{
border-color: #B7013C;
}
</style>