Shades of Cardinal #B50D3C
Tints of Cardinal #B50D3C
RGB
CMYK
RGB Variations
Color information
#B50D3C (or 0xB50D3C) is known color: Cardinal. HEX triplet: B5, 0D and 3C. RGB value is (181,13,60). Sum of RGB (Red+Green+Blue) = 181+13+60=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D3C is #4AF2C3. Grayscale: #444444. Windows color (decimal): -4911812 or 3935669. OLE color: 3935669.
HSL color Cylindrical-coordinate representation of color #B50D3C: hue angle of 343.21º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50D3C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 60 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.29 |
| HSL | 343.21º | 0.87% | 0.38% | - |
| HSV(B) | 343.21º | 0.93% | 0.71% | - |
| XYZ | 20.02 | 10.44 | 5.23 | - |
| YUV | 68.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 60 | 0 | 0.93 | 0.67 | 0.29 | 343.21 | 0.87 | 0.38 |
| Hex | B5 | D | 3C | 0 | 5D | 43 | 1D | 157 | 57 | 26 |
| Octal | 265 | 15 | 74 | 0 | 135 | 103 | 35 | 527 | 127 | 46 |
| Binary | 10110101 | 1101 | 111100 | 0 | 1011101 | 1000011 | 11101 | 101010111 | 1010111 | 100110 |
Color Harmonies of #B50D3C
Complementary color
Monochromatic Colors of #B50D3C
Black with #B50D3C
Text Example
Text Example
White with #B50D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D3C; }
p { color: rgb(181,13,60); }
H1.HeaderClassName
{
color: #B50D3C;
}
.AnyTagClassName
{
color: #B50D3C;
}
</style>
background-color css
<style>
a { background-color: #B50D3C; }
a { background-color: rgb(181,13,60); }
div.DivClassName
{
background-color: #B50D3C;
}
.BgClassName
{
background-color: #B50D3C;
}
</style>
border-color css
<style>
span { border-color: #B50D3C; }
span { border-color: rgb(181,13,60); }
td.TdClassName
{
border-color: #B50D3C;
}
.TagClassName
{
border-color: #B50D3C;
}
</style>