Shades of Cardinal #B5123C
Tints of Cardinal #B5123C
RGB
CMYK
RGB Variations
Color information
#B5123C (or 0xB5123C) is known color: Cardinal. HEX triplet: B5, 12 and 3C. RGB value is (181,18,60). Sum of RGB (Red+Green+Blue) = 181+18+60=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5123C is #4AEDC3. Grayscale: #474747. Windows color (decimal): -4910532 or 3936949. OLE color: 3936949.
HSL color Cylindrical-coordinate representation of color #B5123C: hue angle of 344.54º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5123C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.29 |
| HSL | 344.54º | 0.82% | 0.39% | - |
| HSV(B) | 344.54º | 0.9% | 0.71% | - |
| XYZ | 20.09 | 10.58 | 5.26 | - |
| YUV | 71.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 60 | 0 | 0.90 | 0.67 | 0.29 | 344.54 | 0.82 | 0.39 |
| Hex | B5 | 12 | 3C | 0 | 5A | 43 | 1D | 159 | 52 | 27 |
| Octal | 265 | 22 | 74 | 0 | 132 | 103 | 35 | 531 | 122 | 47 |
| Binary | 10110101 | 10010 | 111100 | 0 | 1011010 | 1000011 | 11101 | 101011001 | 1010010 | 100111 |
Color Harmonies of #B5123C
Complementary color
Monochromatic Colors of #B5123C
Black with #B5123C
Text Example
Text Example
White with #B5123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5123C; }
p { color: rgb(181,18,60); }
H1.HeaderClassName
{
color: #B5123C;
}
.AnyTagClassName
{
color: #B5123C;
}
</style>
background-color css
<style>
a { background-color: #B5123C; }
a { background-color: rgb(181,18,60); }
div.DivClassName
{
background-color: #B5123C;
}
.BgClassName
{
background-color: #B5123C;
}
</style>
border-color css
<style>
span { border-color: #B5123C; }
span { border-color: rgb(181,18,60); }
td.TdClassName
{
border-color: #B5123C;
}
.TagClassName
{
border-color: #B5123C;
}
</style>