Shades of Cardinal #B7013D
Tints of Cardinal #B7013D
RGB
CMYK
RGB Variations
Color information
#B7013D (or 0xB7013D) is known color: Cardinal. HEX triplet: B7, 01 and 3D. RGB value is (183,1,61). Sum of RGB (Red+Green+Blue) = 183+1+61=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013D is #48FEC2. Grayscale: #3E3E3E. Windows color (decimal): -4783811 or 3998135. OLE color: 3998135.
HSL color Cylindrical-coordinate representation of color #B7013D: hue angle of 340.22º 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 #B7013D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.28 |
| HSL | 340.22º | 0.99% | 0.36% | - |
| HSV(B) | 340.22º | 0.99% | 0.72% | - |
| XYZ | 20.38 | 10.43 | 5.35 | - |
| YUV | 62.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 61 | 0 | 0.99 | 0.67 | 0.28 | 340.22 | 0.99 | 0.36 |
| Hex | B7 | 1 | 3D | 0 | 63 | 43 | 1C | 154 | 63 | 24 |
| Octal | 267 | 1 | 75 | 0 | 143 | 103 | 34 | 524 | 143 | 44 |
| Binary | 10110111 | 1 | 111101 | 0 | 1100011 | 1000011 | 11100 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B7013D
Complementary color
Monochromatic Colors of #B7013D
Black with #B7013D
Text Example
Text Example
White with #B7013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7013D; }
p { color: rgb(183,1,61); }
H1.HeaderClassName
{
color: #B7013D;
}
.AnyTagClassName
{
color: #B7013D;
}
</style>
background-color css
<style>
a { background-color: #B7013D; }
a { background-color: rgb(183,1,61); }
div.DivClassName
{
background-color: #B7013D;
}
.BgClassName
{
background-color: #B7013D;
}
</style>
border-color css
<style>
span { border-color: #B7013D; }
span { border-color: rgb(183,1,61); }
td.TdClassName
{
border-color: #B7013D;
}
.TagClassName
{
border-color: #B7013D;
}
</style>