Shades of Cardinal #B7123C
Tints of Cardinal #B7123C
RGB
CMYK
RGB Variations
Color information
#B7123C (or 0xB7123C) is known color: Cardinal. HEX triplet: B7, 12 and 3C. RGB value is (183,18,60). Sum of RGB (Red+Green+Blue) = 183+18+60=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7123C is #48EDC3. Grayscale: #484848. Windows color (decimal): -4779460 or 3936951. OLE color: 3936951.
HSL color Cylindrical-coordinate representation of color #B7123C: hue angle of 344.73º 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 #B7123C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.28 |
| HSL | 344.73º | 0.82% | 0.39% | - |
| HSV(B) | 344.73º | 0.9% | 0.72% | - |
| XYZ | 20.56 | 10.83 | 5.28 | - |
| YUV | 72.12 | 121.16 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 60 | 0 | 0.90 | 0.67 | 0.28 | 344.73 | 0.82 | 0.39 |
| Hex | B7 | 12 | 3C | 0 | 5A | 43 | 1C | 159 | 52 | 27 |
| Octal | 267 | 22 | 74 | 0 | 132 | 103 | 34 | 531 | 122 | 47 |
| Binary | 10110111 | 10010 | 111100 | 0 | 1011010 | 1000011 | 11100 | 101011001 | 1010010 | 100111 |
Color Harmonies of #B7123C
Complementary color
Monochromatic Colors of #B7123C
Black with #B7123C
Text Example
Text Example
White with #B7123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7123C; }
p { color: rgb(183,18,60); }
H1.HeaderClassName
{
color: #B7123C;
}
.AnyTagClassName
{
color: #B7123C;
}
</style>
background-color css
<style>
a { background-color: #B7123C; }
a { background-color: rgb(183,18,60); }
div.DivClassName
{
background-color: #B7123C;
}
.BgClassName
{
background-color: #B7123C;
}
</style>
border-color css
<style>
span { border-color: #B7123C; }
span { border-color: rgb(183,18,60); }
td.TdClassName
{
border-color: #B7123C;
}
.TagClassName
{
border-color: #B7123C;
}
</style>