Shades of Cardinal #B5103C
Tints of Cardinal #B5103C
RGB
CMYK
RGB Variations
Color information
#B5103C (or 0xB5103C) is known color: Cardinal. HEX triplet: B5, 10 and 3C. RGB value is (181,16,60). Sum of RGB (Red+Green+Blue) = 181+16+60=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B5103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5103C is #4AEFC3. Grayscale: #464646. Windows color (decimal): -4911044 or 3936437. OLE color: 3936437.
HSL color Cylindrical-coordinate representation of color #B5103C: hue angle of 344º degrees, saturation: 0.84, 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 #B5103C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.29 |
| HSL | 344º | 0.84% | 0.39% | - |
| HSV(B) | 344º | 0.91% | 0.71% | - |
| XYZ | 20.06 | 10.52 | 5.25 | - |
| YUV | 70.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 60 | 0 | 0.91 | 0.67 | 0.29 | 344 | 0.84 | 0.39 |
| Hex | B5 | 10 | 3C | 0 | 5B | 43 | 1D | 158 | 54 | 27 |
| Octal | 265 | 20 | 74 | 0 | 133 | 103 | 35 | 530 | 124 | 47 |
| Binary | 10110101 | 10000 | 111100 | 0 | 1011011 | 1000011 | 11101 | 101011000 | 1010100 | 100111 |
Color Harmonies of #B5103C
Complementary color
Monochromatic Colors of #B5103C
Black with #B5103C
Text Example
Text Example
White with #B5103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5103C; }
p { color: rgb(181,16,60); }
H1.HeaderClassName
{
color: #B5103C;
}
.AnyTagClassName
{
color: #B5103C;
}
</style>
background-color css
<style>
a { background-color: #B5103C; }
a { background-color: rgb(181,16,60); }
div.DivClassName
{
background-color: #B5103C;
}
.BgClassName
{
background-color: #B5103C;
}
</style>
border-color css
<style>
span { border-color: #B5103C; }
span { border-color: rgb(181,16,60); }
td.TdClassName
{
border-color: #B5103C;
}
.TagClassName
{
border-color: #B5103C;
}
</style>