Shades of Cardinal #B5073C
Tints of Cardinal #B5073C
RGB
CMYK
RGB Variations
Color information
#B5073C (or 0xB5073C) is known color: Cardinal. HEX triplet: B5, 07 and 3C. RGB value is (181,7,60). Sum of RGB (Red+Green+Blue) = 181+7+60=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5073C is #4AF8C3. Grayscale: #414141. Windows color (decimal): -4913348 or 3934133. OLE color: 3934133.
HSL color Cylindrical-coordinate representation of color #B5073C: hue angle of 341.72º 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 #B5073C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.29 |
| HSL | 341.72º | 0.93% | 0.37% | - |
| HSV(B) | 341.72º | 0.96% | 0.71% | - |
| XYZ | 19.95 | 10.3 | 5.21 | - |
| YUV | 65.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 60 | 0 | 0.96 | 0.67 | 0.29 | 341.72 | 0.93 | 0.37 |
| Hex | B5 | 7 | 3C | 0 | 60 | 43 | 1D | 156 | 5D | 25 |
| Octal | 265 | 7 | 74 | 0 | 140 | 103 | 35 | 526 | 135 | 45 |
| Binary | 10110101 | 111 | 111100 | 0 | 1100000 | 1000011 | 11101 | 101010110 | 1011101 | 100101 |
Color Harmonies of #B5073C
Complementary color
Monochromatic Colors of #B5073C
Black with #B5073C
Text Example
Text Example
White with #B5073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5073C; }
p { color: rgb(181,7,60); }
H1.HeaderClassName
{
color: #B5073C;
}
.AnyTagClassName
{
color: #B5073C;
}
</style>
background-color css
<style>
a { background-color: #B5073C; }
a { background-color: rgb(181,7,60); }
div.DivClassName
{
background-color: #B5073C;
}
.BgClassName
{
background-color: #B5073C;
}
</style>
border-color css
<style>
span { border-color: #B5073C; }
span { border-color: rgb(181,7,60); }
td.TdClassName
{
border-color: #B5073C;
}
.TagClassName
{
border-color: #B5073C;
}
</style>