Shades of Cardinal #B7063F
Tints of Cardinal #B7063F
RGB
CMYK
RGB Variations
Color information
#B7063F (or 0xB7063F) is known color: Cardinal. HEX triplet: B7, 06 and 3F. RGB value is (183,6,63). Sum of RGB (Red+Green+Blue) = 183+6+63=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7063F is #48F9C0. Grayscale: #414141. Windows color (decimal): -4782529 or 4130487. OLE color: 4130487.
HSL color Cylindrical-coordinate representation of color #B7063F: hue angle of 340.68º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7063F is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.28 |
| HSL | 340.68º | 0.94% | 0.37% | - |
| HSV(B) | 340.68º | 0.97% | 0.72% | - |
| XYZ | 20.49 | 10.56 | 5.66 | - |
| YUV | 65.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 63 | 0 | 0.97 | 0.66 | 0.28 | 340.68 | 0.94 | 0.37 |
| Hex | B7 | 6 | 3F | 0 | 61 | 42 | 1C | 155 | 5E | 25 |
| Octal | 267 | 6 | 77 | 0 | 141 | 102 | 34 | 525 | 136 | 45 |
| Binary | 10110111 | 110 | 111111 | 0 | 1100001 | 1000010 | 11100 | 101010101 | 1011110 | 100101 |
Color Harmonies of #B7063F
Complementary color
Monochromatic Colors of #B7063F
Black with #B7063F
Text Example
Text Example
White with #B7063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7063F; }
p { color: rgb(183,6,63); }
H1.HeaderClassName
{
color: #B7063F;
}
.AnyTagClassName
{
color: #B7063F;
}
</style>
background-color css
<style>
a { background-color: #B7063F; }
a { background-color: rgb(183,6,63); }
div.DivClassName
{
background-color: #B7063F;
}
.BgClassName
{
background-color: #B7063F;
}
</style>
border-color css
<style>
span { border-color: #B7063F; }
span { border-color: rgb(183,6,63); }
td.TdClassName
{
border-color: #B7063F;
}
.TagClassName
{
border-color: #B7063F;
}
</style>