Shades of Cardinal #B5243F
Tints of Cardinal #B5243F
RGB
CMYK
RGB Variations
Color information
#B5243F (or 0xB5243F) is known color: Cardinal. HEX triplet: B5, 24 and 3F. RGB value is (181,36,63). Sum of RGB (Red+Green+Blue) = 181+36+63=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5243F is #4ADBC0. Grayscale: #525252. Windows color (decimal): -4905921 or 4138165. OLE color: 4138165.
HSL color Cylindrical-coordinate representation of color #B5243F: hue angle of 348.83º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5243F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 63 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.29 |
| HSL | 348.83º | 0.67% | 0.43% | - |
| HSV(B) | 348.83º | 0.8% | 0.71% | - |
| XYZ | 20.58 | 11.44 | 5.83 | - |
| YUV | 82.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 63 | 0 | 0.80 | 0.65 | 0.29 | 348.83 | 0.67 | 0.43 |
| Hex | B5 | 24 | 3F | 0 | 50 | 41 | 1D | 15D | 43 | 2B |
| Octal | 265 | 44 | 77 | 0 | 120 | 101 | 35 | 535 | 103 | 53 |
| Binary | 10110101 | 100100 | 111111 | 0 | 1010000 | 1000001 | 11101 | 101011101 | 1000011 | 101011 |
Color Harmonies of #B5243F
Complementary color
Monochromatic Colors of #B5243F
Black with #B5243F
Text Example
Text Example
White with #B5243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5243F; }
p { color: rgb(181,36,63); }
H1.HeaderClassName
{
color: #B5243F;
}
.AnyTagClassName
{
color: #B5243F;
}
</style>
background-color css
<style>
a { background-color: #B5243F; }
a { background-color: rgb(181,36,63); }
div.DivClassName
{
background-color: #B5243F;
}
.BgClassName
{
background-color: #B5243F;
}
</style>
border-color css
<style>
span { border-color: #B5243F; }
span { border-color: rgb(181,36,63); }
td.TdClassName
{
border-color: #B5243F;
}
.TagClassName
{
border-color: #B5243F;
}
</style>