Shades of Cardinal #B5073B
Tints of Cardinal #B5073B
RGB
CMYK
RGB Variations
Color information
#B5073B (or 0xB5073B) is known color: Cardinal. HEX triplet: B5, 07 and 3B. RGB value is (181,7,59). Sum of RGB (Red+Green+Blue) = 181+7+59=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5073B is #4AF8C4. Grayscale: #404040. Windows color (decimal): -4913349 or 3868597. OLE color: 3868597.
HSL color Cylindrical-coordinate representation of color #B5073B: hue angle of 342.07º 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 #B5073B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 59 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.29 |
| HSL | 342.07º | 0.93% | 0.37% | - |
| HSV(B) | 342.07º | 0.96% | 0.71% | - |
| XYZ | 19.92 | 10.29 | 5.07 | - |
| YUV | 64.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 59 | 0 | 0.96 | 0.67 | 0.29 | 342.07 | 0.93 | 0.37 |
| Hex | B5 | 7 | 3B | 0 | 60 | 43 | 1D | 156 | 5D | 25 |
| Octal | 265 | 7 | 73 | 0 | 140 | 103 | 35 | 526 | 135 | 45 |
| Binary | 10110101 | 111 | 111011 | 0 | 1100000 | 1000011 | 11101 | 101010110 | 1011101 | 100101 |
Color Harmonies of #B5073B
Complementary color
Monochromatic Colors of #B5073B
Black with #B5073B
Text Example
Text Example
White with #B5073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5073B; }
p { color: rgb(181,7,59); }
H1.HeaderClassName
{
color: #B5073B;
}
.AnyTagClassName
{
color: #B5073B;
}
</style>
background-color css
<style>
a { background-color: #B5073B; }
a { background-color: rgb(181,7,59); }
div.DivClassName
{
background-color: #B5073B;
}
.BgClassName
{
background-color: #B5073B;
}
</style>
border-color css
<style>
span { border-color: #B5073B; }
span { border-color: rgb(181,7,59); }
td.TdClassName
{
border-color: #B5073B;
}
.TagClassName
{
border-color: #B5073B;
}
</style>