Shades of Cardinal #B5113C
Tints of Cardinal #B5113C
RGB
CMYK
RGB Variations
Color information
#B5113C (or 0xB5113C) is known color: Cardinal. HEX triplet: B5, 11 and 3C. RGB value is (181,17,60). Sum of RGB (Red+Green+Blue) = 181+17+60=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5113C is #4AEEC3. Grayscale: #464646. Windows color (decimal): -4910788 or 3936693. OLE color: 3936693.
HSL color Cylindrical-coordinate representation of color #B5113C: hue angle of 344.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5113C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 60 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.29 |
| HSL | 344.27º | 0.83% | 0.39% | - |
| HSV(B) | 344.27º | 0.91% | 0.71% | - |
| XYZ | 20.07 | 10.55 | 5.25 | - |
| YUV | 70.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 60 | 0 | 0.91 | 0.67 | 0.29 | 344.27 | 0.83 | 0.39 |
| Hex | B5 | 11 | 3C | 0 | 5B | 43 | 1D | 158 | 53 | 27 |
| Octal | 265 | 21 | 74 | 0 | 133 | 103 | 35 | 530 | 123 | 47 |
| Binary | 10110101 | 10001 | 111100 | 0 | 1011011 | 1000011 | 11101 | 101011000 | 1010011 | 100111 |
Color Harmonies of #B5113C
Complementary color
Monochromatic Colors of #B5113C
Black with #B5113C
Text Example
Text Example
White with #B5113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5113C; }
p { color: rgb(181,17,60); }
H1.HeaderClassName
{
color: #B5113C;
}
.AnyTagClassName
{
color: #B5113C;
}
</style>
background-color css
<style>
a { background-color: #B5113C; }
a { background-color: rgb(181,17,60); }
div.DivClassName
{
background-color: #B5113C;
}
.BgClassName
{
background-color: #B5113C;
}
</style>
border-color css
<style>
span { border-color: #B5113C; }
span { border-color: rgb(181,17,60); }
td.TdClassName
{
border-color: #B5113C;
}
.TagClassName
{
border-color: #B5113C;
}
</style>