Shades of Cardinal #B5203C
Tints of Cardinal #B5203C
RGB
CMYK
RGB Variations
Color information
#B5203C (or 0xB5203C) is known color: Cardinal. HEX triplet: B5, 20 and 3C. RGB value is (181,32,60). Sum of RGB (Red+Green+Blue) = 181+32+60=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5203C is #4ADFC3. Grayscale: #4F4F4F. Windows color (decimal): -4906948 or 3940533. OLE color: 3940533.
HSL color Cylindrical-coordinate representation of color #B5203C: hue angle of 348.72º 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 #B5203C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 60 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.29 |
| HSL | 348.72º | 0.7% | 0.42% | - |
| HSV(B) | 348.72º | 0.82% | 0.71% | - |
| XYZ | 20.39 | 11.18 | 5.36 | - |
| YUV | 79.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 60 | 0 | 0.82 | 0.67 | 0.29 | 348.72 | 0.7 | 0.42 |
| Hex | B5 | 20 | 3C | 0 | 52 | 43 | 1D | 15D | 46 | 2A |
| Octal | 265 | 40 | 74 | 0 | 122 | 103 | 35 | 535 | 106 | 52 |
| Binary | 10110101 | 100000 | 111100 | 0 | 1010010 | 1000011 | 11101 | 101011101 | 1000110 | 101010 |
Color Harmonies of #B5203C
Complementary color
Monochromatic Colors of #B5203C
Black with #B5203C
Text Example
Text Example
White with #B5203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5203C; }
p { color: rgb(181,32,60); }
H1.HeaderClassName
{
color: #B5203C;
}
.AnyTagClassName
{
color: #B5203C;
}
</style>
background-color css
<style>
a { background-color: #B5203C; }
a { background-color: rgb(181,32,60); }
div.DivClassName
{
background-color: #B5203C;
}
.BgClassName
{
background-color: #B5203C;
}
</style>
border-color css
<style>
span { border-color: #B5203C; }
span { border-color: rgb(181,32,60); }
td.TdClassName
{
border-color: #B5203C;
}
.TagClassName
{
border-color: #B5203C;
}
</style>