Shades of Cardinal #B50A2F
Tints of Cardinal #B50A2F
RGB
CMYK
RGB Variations
Color information
#B50A2F (or 0xB50A2F) is known color: Cardinal. HEX triplet: B5, 0A and 2F. RGB value is (181,10,47). Sum of RGB (Red+Green+Blue) = 181+10+47=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50A2F is #4AF5D0. Grayscale: #414141. Windows color (decimal): -4912593 or 3082933. OLE color: 3082933.
HSL color Cylindrical-coordinate representation of color #B50A2F: hue angle of 347.02º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A2F is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 47 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.29 |
| HSL | 347.02º | 0.9% | 0.37% | - |
| HSV(B) | 347.02º | 0.94% | 0.71% | - |
| XYZ | 19.68 | 10.25 | 3.63 | - |
| YUV | 65.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 47 | 0 | 0.94 | 0.74 | 0.29 | 347.02 | 0.9 | 0.37 |
| Hex | B5 | A | 2F | 0 | 5E | 4A | 1D | 15B | 5A | 25 |
| Octal | 265 | 12 | 57 | 0 | 136 | 112 | 35 | 533 | 132 | 45 |
| Binary | 10110101 | 1010 | 101111 | 0 | 1011110 | 1001010 | 11101 | 101011011 | 1011010 | 100101 |
Color Harmonies of #B50A2F
Complementary color
Monochromatic Colors of #B50A2F
Black with #B50A2F
Text Example
Text Example
White with #B50A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50A2F; }
p { color: rgb(181,10,47); }
H1.HeaderClassName
{
color: #B50A2F;
}
.AnyTagClassName
{
color: #B50A2F;
}
</style>
background-color css
<style>
a { background-color: #B50A2F; }
a { background-color: rgb(181,10,47); }
div.DivClassName
{
background-color: #B50A2F;
}
.BgClassName
{
background-color: #B50A2F;
}
</style>
border-color css
<style>
span { border-color: #B50A2F; }
span { border-color: rgb(181,10,47); }
td.TdClassName
{
border-color: #B50A2F;
}
.TagClassName
{
border-color: #B50A2F;
}
</style>