Shades of Cardinal #B60B32
Tints of Cardinal #B60B32
RGB
CMYK
RGB Variations
Color information
#B60B32 (or 0xB60B32) is known color: Cardinal. HEX triplet: B6, 0B and 32. RGB value is (182,11,50). Sum of RGB (Red+Green+Blue) = 182+11+50=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B32 is #49F4CD. Grayscale: #424242. Windows color (decimal): -4846798 or 3279798. OLE color: 3279798.
HSL color Cylindrical-coordinate representation of color #B60B32: hue angle of 346.32º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60B32 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.29 |
| HSL | 346.32º | 0.89% | 0.38% | - |
| HSV(B) | 346.32º | 0.94% | 0.71% | - |
| XYZ | 19.99 | 10.41 | 3.97 | - |
| YUV | 66.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 50 | 0 | 0.94 | 0.73 | 0.29 | 346.32 | 0.89 | 0.38 |
| Hex | B6 | B | 32 | 0 | 5E | 49 | 1D | 15A | 59 | 26 |
| Octal | 266 | 13 | 62 | 0 | 136 | 111 | 35 | 532 | 131 | 46 |
| Binary | 10110110 | 1011 | 110010 | 0 | 1011110 | 1001001 | 11101 | 101011010 | 1011001 | 100110 |
Color Harmonies of #B60B32
Complementary color
Monochromatic Colors of #B60B32
Black with #B60B32
Text Example
Text Example
White with #B60B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B32; }
p { color: rgb(182,11,50); }
H1.HeaderClassName
{
color: #B60B32;
}
.AnyTagClassName
{
color: #B60B32;
}
</style>
background-color css
<style>
a { background-color: #B60B32; }
a { background-color: rgb(182,11,50); }
div.DivClassName
{
background-color: #B60B32;
}
.BgClassName
{
background-color: #B60B32;
}
</style>
border-color css
<style>
span { border-color: #B60B32; }
span { border-color: rgb(182,11,50); }
td.TdClassName
{
border-color: #B60B32;
}
.TagClassName
{
border-color: #B60B32;
}
</style>