Shades of Cardinal #B5202F
Tints of Cardinal #B5202F
RGB
CMYK
RGB Variations
Color information
#B5202F (or 0xB5202F) is known color: Cardinal. HEX triplet: B5, 20 and 2F. RGB value is (181,32,47). Sum of RGB (Red+Green+Blue) = 181+32+47=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5202F is #4ADFD0. Grayscale: #4E4E4E. Windows color (decimal): -4906961 or 3088565. OLE color: 3088565.
HSL color Cylindrical-coordinate representation of color #B5202F: hue angle of 353.96º 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 #B5202F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 47 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.29 |
| HSL | 353.96º | 0.7% | 0.42% | - |
| HSV(B) | 353.96º | 0.82% | 0.71% | - |
| XYZ | 20.09 | 11.06 | 3.77 | - |
| YUV | 78.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 47 | 0 | 0.82 | 0.74 | 0.29 | 353.96 | 0.7 | 0.42 |
| Hex | B5 | 20 | 2F | 0 | 52 | 4A | 1D | 162 | 46 | 2A |
| Octal | 265 | 40 | 57 | 0 | 122 | 112 | 35 | 542 | 106 | 52 |
| Binary | 10110101 | 100000 | 101111 | 0 | 1010010 | 1001010 | 11101 | 101100010 | 1000110 | 101010 |
Color Harmonies of #B5202F
Complementary color
Monochromatic Colors of #B5202F
Black with #B5202F
Text Example
Text Example
White with #B5202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5202F; }
p { color: rgb(181,32,47); }
H1.HeaderClassName
{
color: #B5202F;
}
.AnyTagClassName
{
color: #B5202F;
}
</style>
background-color css
<style>
a { background-color: #B5202F; }
a { background-color: rgb(181,32,47); }
div.DivClassName
{
background-color: #B5202F;
}
.BgClassName
{
background-color: #B5202F;
}
</style>
border-color css
<style>
span { border-color: #B5202F; }
span { border-color: rgb(181,32,47); }
td.TdClassName
{
border-color: #B5202F;
}
.TagClassName
{
border-color: #B5202F;
}
</style>