Shades of Cardinal #B5073F
Tints of Cardinal #B5073F
RGB
CMYK
RGB Variations
Color information
#B5073F (or 0xB5073F) is known color: Cardinal. HEX triplet: B5, 07 and 3F. RGB value is (181,7,63). Sum of RGB (Red+Green+Blue) = 181+7+63=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5073F is #4AF8C0. Grayscale: #414141. Windows color (decimal): -4913345 or 4130741. OLE color: 4130741.
HSL color Cylindrical-coordinate representation of color #B5073F: hue angle of 340.69º 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 #B5073F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 63 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.29 |
| HSL | 340.69º | 0.93% | 0.37% | - |
| HSV(B) | 340.69º | 0.96% | 0.71% | - |
| XYZ | 20.03 | 10.33 | 5.64 | - |
| YUV | 65.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 63 | 0 | 0.96 | 0.65 | 0.29 | 340.69 | 0.93 | 0.37 |
| Hex | B5 | 7 | 3F | 0 | 60 | 41 | 1D | 155 | 5D | 25 |
| Octal | 265 | 7 | 77 | 0 | 140 | 101 | 35 | 525 | 135 | 45 |
| Binary | 10110101 | 111 | 111111 | 0 | 1100000 | 1000001 | 11101 | 101010101 | 1011101 | 100101 |
Color Harmonies of #B5073F
Complementary color
Monochromatic Colors of #B5073F
Black with #B5073F
Text Example
Text Example
White with #B5073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5073F; }
p { color: rgb(181,7,63); }
H1.HeaderClassName
{
color: #B5073F;
}
.AnyTagClassName
{
color: #B5073F;
}
</style>
background-color css
<style>
a { background-color: #B5073F; }
a { background-color: rgb(181,7,63); }
div.DivClassName
{
background-color: #B5073F;
}
.BgClassName
{
background-color: #B5073F;
}
</style>
border-color css
<style>
span { border-color: #B5073F; }
span { border-color: rgb(181,7,63); }
td.TdClassName
{
border-color: #B5073F;
}
.TagClassName
{
border-color: #B5073F;
}
</style>