Shades of Cardinal #B5202D
Tints of Cardinal #B5202D
RGB
CMYK
RGB Variations
Color information
#B5202D (or 0xB5202D) is known color: Cardinal. HEX triplet: B5, 20 and 2D. RGB value is (181,32,45). Sum of RGB (Red+Green+Blue) = 181+32+45=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5202D is #4ADFD2. Grayscale: #4E4E4E. Windows color (decimal): -4906963 or 2957493. OLE color: 2957493.
HSL color Cylindrical-coordinate representation of color #B5202D: hue angle of 354.77º 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 #B5202D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 45 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.29 |
| HSL | 354.77º | 0.7% | 0.42% | - |
| HSV(B) | 354.77º | 0.82% | 0.71% | - |
| XYZ | 20.05 | 11.05 | 3.56 | - |
| YUV | 78.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 45 | 0 | 0.82 | 0.75 | 0.29 | 354.77 | 0.7 | 0.42 |
| Hex | B5 | 20 | 2D | 0 | 52 | 4B | 1D | 163 | 46 | 2A |
| Octal | 265 | 40 | 55 | 0 | 122 | 113 | 35 | 543 | 106 | 52 |
| Binary | 10110101 | 100000 | 101101 | 0 | 1010010 | 1001011 | 11101 | 101100011 | 1000110 | 101010 |
Color Harmonies of #B5202D
Complementary color
Monochromatic Colors of #B5202D
Black with #B5202D
Text Example
Text Example
White with #B5202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5202D; }
p { color: rgb(181,32,45); }
H1.HeaderClassName
{
color: #B5202D;
}
.AnyTagClassName
{
color: #B5202D;
}
</style>
background-color css
<style>
a { background-color: #B5202D; }
a { background-color: rgb(181,32,45); }
div.DivClassName
{
background-color: #B5202D;
}
.BgClassName
{
background-color: #B5202D;
}
</style>
border-color css
<style>
span { border-color: #B5202D; }
span { border-color: rgb(181,32,45); }
td.TdClassName
{
border-color: #B5202D;
}
.TagClassName
{
border-color: #B5202D;
}
</style>