Shades of Cardinal #B5202C
Tints of Cardinal #B5202C
RGB
CMYK
RGB Variations
Color information
#B5202C (or 0xB5202C) is known color: Cardinal. HEX triplet: B5, 20 and 2C. RGB value is (181,32,44). Sum of RGB (Red+Green+Blue) = 181+32+44=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B5202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5202C is #4ADFD3. Grayscale: #4E4E4E. Windows color (decimal): -4906964 or 2891957. OLE color: 2891957.
HSL color Cylindrical-coordinate representation of color #B5202C: hue angle of 355.17º 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 #B5202C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 44 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.29 |
| HSL | 355.17º | 0.7% | 0.42% | - |
| HSV(B) | 355.17º | 0.82% | 0.71% | - |
| XYZ | 20.03 | 11.04 | 3.46 | - |
| YUV | 77.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 44 | 0 | 0.82 | 0.76 | 0.29 | 355.17 | 0.7 | 0.42 |
| Hex | B5 | 20 | 2C | 0 | 52 | 4C | 1D | 163 | 46 | 2A |
| Octal | 265 | 40 | 54 | 0 | 122 | 114 | 35 | 543 | 106 | 52 |
| Binary | 10110101 | 100000 | 101100 | 0 | 1010010 | 1001100 | 11101 | 101100011 | 1000110 | 101010 |
Color Harmonies of #B5202C
Complementary color
Monochromatic Colors of #B5202C
Black with #B5202C
Text Example
Text Example
White with #B5202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5202C; }
p { color: rgb(181,32,44); }
H1.HeaderClassName
{
color: #B5202C;
}
.AnyTagClassName
{
color: #B5202C;
}
</style>
background-color css
<style>
a { background-color: #B5202C; }
a { background-color: rgb(181,32,44); }
div.DivClassName
{
background-color: #B5202C;
}
.BgClassName
{
background-color: #B5202C;
}
</style>
border-color css
<style>
span { border-color: #B5202C; }
span { border-color: rgb(181,32,44); }
td.TdClassName
{
border-color: #B5202C;
}
.TagClassName
{
border-color: #B5202C;
}
</style>