Shades of Cardinal #B5072D
Tints of Cardinal #B5072D
RGB
CMYK
RGB Variations
Color information
#B5072D (or 0xB5072D) is known color: Cardinal. HEX triplet: B5, 07 and 2D. RGB value is (181,7,45). Sum of RGB (Red+Green+Blue) = 181+7+45=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B5072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5072D is #4AF8D2. Grayscale: #3F3F3F. Windows color (decimal): -4913363 or 2951093. OLE color: 2951093.
HSL color Cylindrical-coordinate representation of color #B5072D: hue angle of 346.9º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5072D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.29 |
| HSL | 346.9º | 0.93% | 0.37% | - |
| HSV(B) | 346.9º | 0.96% | 0.71% | - |
| XYZ | 19.61 | 10.17 | 3.41 | - |
| YUV | 63.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 45 | 0 | 0.96 | 0.75 | 0.29 | 346.9 | 0.93 | 0.37 |
| Hex | B5 | 7 | 2D | 0 | 60 | 4B | 1D | 15B | 5D | 25 |
| Octal | 265 | 7 | 55 | 0 | 140 | 113 | 35 | 533 | 135 | 45 |
| Binary | 10110101 | 111 | 101101 | 0 | 1100000 | 1001011 | 11101 | 101011011 | 1011101 | 100101 |
Color Harmonies of #B5072D
Complementary color
Monochromatic Colors of #B5072D
Black with #B5072D
Text Example
Text Example
White with #B5072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5072D; }
p { color: rgb(181,7,45); }
H1.HeaderClassName
{
color: #B5072D;
}
.AnyTagClassName
{
color: #B5072D;
}
</style>
background-color css
<style>
a { background-color: #B5072D; }
a { background-color: rgb(181,7,45); }
div.DivClassName
{
background-color: #B5072D;
}
.BgClassName
{
background-color: #B5072D;
}
</style>
border-color css
<style>
span { border-color: #B5072D; }
span { border-color: rgb(181,7,45); }
td.TdClassName
{
border-color: #B5072D;
}
.TagClassName
{
border-color: #B5072D;
}
</style>