Shades of Cardinal #B5203F
Tints of Cardinal #B5203F
RGB
CMYK
RGB Variations
Color information
#B5203F (or 0xB5203F) is known color: Cardinal. HEX triplet: B5, 20 and 3F. RGB value is (181,32,63). Sum of RGB (Red+Green+Blue) = 181+32+63=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5203F is #4ADFC0. Grayscale: #505050. Windows color (decimal): -4906945 or 4137141. OLE color: 4137141.
HSL color Cylindrical-coordinate representation of color #B5203F: hue angle of 347.52º 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 #B5203F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 63 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.29 |
| HSL | 347.52º | 0.7% | 0.42% | - |
| HSV(B) | 347.52º | 0.82% | 0.71% | - |
| XYZ | 20.47 | 11.22 | 5.79 | - |
| YUV | 80.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 63 | 0 | 0.82 | 0.65 | 0.29 | 347.52 | 0.7 | 0.42 |
| Hex | B5 | 20 | 3F | 0 | 52 | 41 | 1D | 15C | 46 | 2A |
| Octal | 265 | 40 | 77 | 0 | 122 | 101 | 35 | 534 | 106 | 52 |
| Binary | 10110101 | 100000 | 111111 | 0 | 1010010 | 1000001 | 11101 | 101011100 | 1000110 | 101010 |
Color Harmonies of #B5203F
Complementary color
Monochromatic Colors of #B5203F
Black with #B5203F
Text Example
Text Example
White with #B5203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5203F; }
p { color: rgb(181,32,63); }
H1.HeaderClassName
{
color: #B5203F;
}
.AnyTagClassName
{
color: #B5203F;
}
</style>
background-color css
<style>
a { background-color: #B5203F; }
a { background-color: rgb(181,32,63); }
div.DivClassName
{
background-color: #B5203F;
}
.BgClassName
{
background-color: #B5203F;
}
</style>
border-color css
<style>
span { border-color: #B5203F; }
span { border-color: rgb(181,32,63); }
td.TdClassName
{
border-color: #B5203F;
}
.TagClassName
{
border-color: #B5203F;
}
</style>