Shades of Cardinal #B7123D
Tints of Cardinal #B7123D
RGB
CMYK
RGB Variations
Color information
#B7123D (or 0xB7123D) is known color: Cardinal. HEX triplet: B7, 12 and 3D. RGB value is (183,18,61). Sum of RGB (Red+Green+Blue) = 183+18+61=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7123D is #48EDC2. Grayscale: #484848. Windows color (decimal): -4779459 or 4002487. OLE color: 4002487.
HSL color Cylindrical-coordinate representation of color #B7123D: hue angle of 344.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7123D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.28 |
| HSL | 344.36º | 0.82% | 0.39% | - |
| HSV(B) | 344.36º | 0.9% | 0.72% | - |
| XYZ | 20.59 | 10.84 | 5.42 | - |
| YUV | 72.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 61 | 0 | 0.90 | 0.67 | 0.28 | 344.36 | 0.82 | 0.39 |
| Hex | B7 | 12 | 3D | 0 | 5A | 43 | 1C | 158 | 52 | 27 |
| Octal | 267 | 22 | 75 | 0 | 132 | 103 | 34 | 530 | 122 | 47 |
| Binary | 10110111 | 10010 | 111101 | 0 | 1011010 | 1000011 | 11100 | 101011000 | 1010010 | 100111 |
Color Harmonies of #B7123D
Complementary color
Monochromatic Colors of #B7123D
Black with #B7123D
Text Example
Text Example
White with #B7123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7123D; }
p { color: rgb(183,18,61); }
H1.HeaderClassName
{
color: #B7123D;
}
.AnyTagClassName
{
color: #B7123D;
}
</style>
background-color css
<style>
a { background-color: #B7123D; }
a { background-color: rgb(183,18,61); }
div.DivClassName
{
background-color: #B7123D;
}
.BgClassName
{
background-color: #B7123D;
}
</style>
border-color css
<style>
span { border-color: #B7123D; }
span { border-color: rgb(183,18,61); }
td.TdClassName
{
border-color: #B7123D;
}
.TagClassName
{
border-color: #B7123D;
}
</style>