Shades of Cardinal #B5042D
Tints of Cardinal #B5042D
RGB
CMYK
RGB Variations
Color information
#B5042D (or 0xB5042D) is known color: Cardinal. HEX triplet: B5, 04 and 2D. RGB value is (181,4,45). Sum of RGB (Red+Green+Blue) = 181+4+45=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5042D is #4AFBD2. Grayscale: #3D3D3D. Windows color (decimal): -4914131 or 2950325. OLE color: 2950325.
HSL color Cylindrical-coordinate representation of color #B5042D: hue angle of 346.1º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5042D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.29 |
| HSL | 346.1º | 0.96% | 0.36% | - |
| HSV(B) | 346.1º | 0.98% | 0.71% | - |
| XYZ | 19.57 | 10.1 | 3.4 | - |
| YUV | 61.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 45 | 0 | 0.98 | 0.75 | 0.29 | 346.1 | 0.96 | 0.36 |
| Hex | B5 | 4 | 2D | 0 | 62 | 4B | 1D | 15A | 60 | 24 |
| Octal | 265 | 4 | 55 | 0 | 142 | 113 | 35 | 532 | 140 | 44 |
| Binary | 10110101 | 100 | 101101 | 0 | 1100010 | 1001011 | 11101 | 101011010 | 1100000 | 100100 |
Color Harmonies of #B5042D
Complementary color
Monochromatic Colors of #B5042D
Black with #B5042D
Text Example
Text Example
White with #B5042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5042D; }
p { color: rgb(181,4,45); }
H1.HeaderClassName
{
color: #B5042D;
}
.AnyTagClassName
{
color: #B5042D;
}
</style>
background-color css
<style>
a { background-color: #B5042D; }
a { background-color: rgb(181,4,45); }
div.DivClassName
{
background-color: #B5042D;
}
.BgClassName
{
background-color: #B5042D;
}
</style>
border-color css
<style>
span { border-color: #B5042D; }
span { border-color: rgb(181,4,45); }
td.TdClassName
{
border-color: #B5042D;
}
.TagClassName
{
border-color: #B5042D;
}
</style>