Shades of Cardinal #B60031
Tints of Cardinal #B60031
RGB
CMYK
RGB Variations
Color information
#B60031 (or 0xB60031) is known color: Cardinal. HEX triplet: B6, 00 and 31. RGB value is (182,0,49). Sum of RGB (Red+Green+Blue) = 182+0+49=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B60031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60031 is #49FFCE. Grayscale: #3B3B3B. Windows color (decimal): -4849615 or 3211446. OLE color: 3211446.
HSL color Cylindrical-coordinate representation of color #B60031: hue angle of 343.85º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60031 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.73 | 0.29 |
| HSL | 343.85º | 1% | 0.36% | - |
| HSV(B) | 343.85º | 1% | 0.71% | - |
| XYZ | 19.85 | 10.17 | 3.82 | - |
| YUV | 60 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 49 | 0 | 1 | 0.73 | 0.29 | 343.85 | 1 | 0.36 |
| Hex | B6 | 0 | 31 | 0 | 64 | 49 | 1D | 158 | 64 | 24 |
| Octal | 266 | 0 | 61 | 0 | 144 | 111 | 35 | 530 | 144 | 44 |
| Binary | 10110110 | 0 | 110001 | 0 | 1100100 | 1001001 | 11101 | 101011000 | 1100100 | 100100 |
Color Harmonies of #B60031
Complementary color
Monochromatic Colors of #B60031
Black with #B60031
Text Example
Text Example
White with #B60031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60031; }
p { color: rgb(182,0,49); }
H1.HeaderClassName
{
color: #B60031;
}
.AnyTagClassName
{
color: #B60031;
}
</style>
background-color css
<style>
a { background-color: #B60031; }
a { background-color: rgb(182,0,49); }
div.DivClassName
{
background-color: #B60031;
}
.BgClassName
{
background-color: #B60031;
}
</style>
border-color css
<style>
span { border-color: #B60031; }
span { border-color: rgb(182,0,49); }
td.TdClassName
{
border-color: #B60031;
}
.TagClassName
{
border-color: #B60031;
}
</style>