Shades of Cardinal #B5203A
Tints of Cardinal #B5203A
RGB
CMYK
RGB Variations
Color information
#B5203A (or 0xB5203A) is known color: Cardinal. HEX triplet: B5, 20 and 3A. RGB value is (181,32,58). Sum of RGB (Red+Green+Blue) = 181+32+58=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B5203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5203A is #4ADFC5. Grayscale: #4F4F4F. Windows color (decimal): -4906950 or 3809461. OLE color: 3809461.
HSL color Cylindrical-coordinate representation of color #B5203A: hue angle of 349.53º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5203A is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 58 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.29 |
| HSL | 349.53º | 0.7% | 0.42% | - |
| HSV(B) | 349.53º | 0.82% | 0.71% | - |
| XYZ | 20.34 | 11.16 | 5.09 | - |
| YUV | 79.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 58 | 0 | 0.82 | 0.68 | 0.29 | 349.53 | 0.7 | 0.42 |
| Hex | B5 | 20 | 3A | 0 | 52 | 44 | 1D | 15E | 46 | 2A |
| Octal | 265 | 40 | 72 | 0 | 122 | 104 | 35 | 536 | 106 | 52 |
| Binary | 10110101 | 100000 | 111010 | 0 | 1010010 | 1000100 | 11101 | 101011110 | 1000110 | 101010 |
Color Harmonies of #B5203A
Complementary color
Monochromatic Colors of #B5203A
Black with #B5203A
Text Example
Text Example
White with #B5203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5203A; }
p { color: rgb(181,32,58); }
H1.HeaderClassName
{
color: #B5203A;
}
.AnyTagClassName
{
color: #B5203A;
}
</style>
background-color css
<style>
a { background-color: #B5203A; }
a { background-color: rgb(181,32,58); }
div.DivClassName
{
background-color: #B5203A;
}
.BgClassName
{
background-color: #B5203A;
}
</style>
border-color css
<style>
span { border-color: #B5203A; }
span { border-color: rgb(181,32,58); }
td.TdClassName
{
border-color: #B5203A;
}
.TagClassName
{
border-color: #B5203A;
}
</style>