Shades of Cardinal #B7063E
Tints of Cardinal #B7063E
RGB
CMYK
RGB Variations
Color information
#B7063E (or 0xB7063E) is known color: Cardinal. HEX triplet: B7, 06 and 3E. RGB value is (183,6,62). Sum of RGB (Red+Green+Blue) = 183+6+62=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7063E is #48F9C1. Grayscale: #414141. Windows color (decimal): -4782530 or 4064951. OLE color: 4064951.
HSL color Cylindrical-coordinate representation of color #B7063E: hue angle of 341.02º 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 #B7063E is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.28 |
| HSL | 341.02º | 0.94% | 0.37% | - |
| HSV(B) | 341.02º | 0.97% | 0.72% | - |
| XYZ | 20.46 | 10.55 | 5.51 | - |
| YUV | 65.31 | 126.14 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 62 | 0 | 0.97 | 0.66 | 0.28 | 341.02 | 0.94 | 0.37 |
| Hex | B7 | 6 | 3E | 0 | 61 | 42 | 1C | 155 | 5E | 25 |
| Octal | 267 | 6 | 76 | 0 | 141 | 102 | 34 | 525 | 136 | 45 |
| Binary | 10110111 | 110 | 111110 | 0 | 1100001 | 1000010 | 11100 | 101010101 | 1011110 | 100101 |
Color Harmonies of #B7063E
Complementary color
Monochromatic Colors of #B7063E
Black with #B7063E
Text Example
Text Example
White with #B7063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7063E; }
p { color: rgb(183,6,62); }
H1.HeaderClassName
{
color: #B7063E;
}
.AnyTagClassName
{
color: #B7063E;
}
</style>
background-color css
<style>
a { background-color: #B7063E; }
a { background-color: rgb(183,6,62); }
div.DivClassName
{
background-color: #B7063E;
}
.BgClassName
{
background-color: #B7063E;
}
</style>
border-color css
<style>
span { border-color: #B7063E; }
span { border-color: rgb(183,6,62); }
td.TdClassName
{
border-color: #B7063E;
}
.TagClassName
{
border-color: #B7063E;
}
</style>