Shades of Cardinal #B60B2D
Tints of Cardinal #B60B2D
RGB
CMYK
RGB Variations
Color information
#B60B2D (or 0xB60B2D) is known color: Cardinal. HEX triplet: B6, 0B and 2D. RGB value is (182,11,45). Sum of RGB (Red+Green+Blue) = 182+11+45=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B2D is #49F4D2. Grayscale: #424242. Windows color (decimal): -4846803 or 2952118. OLE color: 2952118.
HSL color Cylindrical-coordinate representation of color #B60B2D: hue angle of 348.07º 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 #B60B2D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.29 |
| HSL | 348.07º | 0.89% | 0.38% | - |
| HSV(B) | 348.07º | 0.94% | 0.71% | - |
| XYZ | 19.88 | 10.37 | 3.44 | - |
| YUV | 66.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 45 | 0 | 0.94 | 0.75 | 0.29 | 348.07 | 0.89 | 0.38 |
| Hex | B6 | B | 2D | 0 | 5E | 4B | 1D | 15C | 59 | 26 |
| Octal | 266 | 13 | 55 | 0 | 136 | 113 | 35 | 534 | 131 | 46 |
| Binary | 10110110 | 1011 | 101101 | 0 | 1011110 | 1001011 | 11101 | 101011100 | 1011001 | 100110 |
Color Harmonies of #B60B2D
Complementary color
Monochromatic Colors of #B60B2D
Black with #B60B2D
Text Example
Text Example
White with #B60B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B2D; }
p { color: rgb(182,11,45); }
H1.HeaderClassName
{
color: #B60B2D;
}
.AnyTagClassName
{
color: #B60B2D;
}
</style>
background-color css
<style>
a { background-color: #B60B2D; }
a { background-color: rgb(182,11,45); }
div.DivClassName
{
background-color: #B60B2D;
}
.BgClassName
{
background-color: #B60B2D;
}
</style>
border-color css
<style>
span { border-color: #B60B2D; }
span { border-color: rgb(182,11,45); }
td.TdClassName
{
border-color: #B60B2D;
}
.TagClassName
{
border-color: #B60B2D;
}
</style>