Shades of Cardinal #B60B3E
Tints of Cardinal #B60B3E
RGB
CMYK
RGB Variations
Color information
#B60B3E (or 0xB60B3E) is known color: Cardinal. HEX triplet: B6, 0B and 3E. RGB value is (182,11,62). Sum of RGB (Red+Green+Blue) = 182+11+62=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B3E is #49F4C1. Grayscale: #434343. Windows color (decimal): -4846786 or 4066230. OLE color: 4066230.
HSL color Cylindrical-coordinate representation of color #B60B3E: hue angle of 342.11º 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 #B60B3E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 62 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.29 |
| HSL | 342.11º | 0.89% | 0.38% | - |
| HSV(B) | 342.11º | 0.94% | 0.71% | - |
| XYZ | 20.28 | 10.53 | 5.52 | - |
| YUV | 67.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 62 | 0 | 0.94 | 0.66 | 0.29 | 342.11 | 0.89 | 0.38 |
| Hex | B6 | B | 3E | 0 | 5E | 42 | 1D | 156 | 59 | 26 |
| Octal | 266 | 13 | 76 | 0 | 136 | 102 | 35 | 526 | 131 | 46 |
| Binary | 10110110 | 1011 | 111110 | 0 | 1011110 | 1000010 | 11101 | 101010110 | 1011001 | 100110 |
Color Harmonies of #B60B3E
Complementary color
Monochromatic Colors of #B60B3E
Black with #B60B3E
Text Example
Text Example
White with #B60B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B3E; }
p { color: rgb(182,11,62); }
H1.HeaderClassName
{
color: #B60B3E;
}
.AnyTagClassName
{
color: #B60B3E;
}
</style>
background-color css
<style>
a { background-color: #B60B3E; }
a { background-color: rgb(182,11,62); }
div.DivClassName
{
background-color: #B60B3E;
}
.BgClassName
{
background-color: #B60B3E;
}
</style>
border-color css
<style>
span { border-color: #B60B3E; }
span { border-color: rgb(182,11,62); }
td.TdClassName
{
border-color: #B60B3E;
}
.TagClassName
{
border-color: #B60B3E;
}
</style>