Shades of Cardinal #B60D2D
Tints of Cardinal #B60D2D
RGB
CMYK
RGB Variations
Color information
#B60D2D (or 0xB60D2D) is known color: Cardinal. HEX triplet: B6, 0D and 2D. RGB value is (182,13,45). Sum of RGB (Red+Green+Blue) = 182+13+45=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60D2D is #49F2D2. Grayscale: #434343. Windows color (decimal): -4846291 or 2952630. OLE color: 2952630.
HSL color Cylindrical-coordinate representation of color #B60D2D: hue angle of 348.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60D2D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 45 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.29 |
| HSL | 348.64º | 0.87% | 0.38% | - |
| HSV(B) | 348.64º | 0.93% | 0.71% | - |
| XYZ | 19.91 | 10.42 | 3.45 | - |
| YUV | 67.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 45 | 0 | 0.93 | 0.75 | 0.29 | 348.64 | 0.87 | 0.38 |
| Hex | B6 | D | 2D | 0 | 5D | 4B | 1D | 15D | 57 | 26 |
| Octal | 266 | 15 | 55 | 0 | 135 | 113 | 35 | 535 | 127 | 46 |
| Binary | 10110110 | 1101 | 101101 | 0 | 1011101 | 1001011 | 11101 | 101011101 | 1010111 | 100110 |
Color Harmonies of #B60D2D
Complementary color
Monochromatic Colors of #B60D2D
Black with #B60D2D
Text Example
Text Example
White with #B60D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D2D; }
p { color: rgb(182,13,45); }
H1.HeaderClassName
{
color: #B60D2D;
}
.AnyTagClassName
{
color: #B60D2D;
}
</style>
background-color css
<style>
a { background-color: #B60D2D; }
a { background-color: rgb(182,13,45); }
div.DivClassName
{
background-color: #B60D2D;
}
.BgClassName
{
background-color: #B60D2D;
}
</style>
border-color css
<style>
span { border-color: #B60D2D; }
span { border-color: rgb(182,13,45); }
td.TdClassName
{
border-color: #B60D2D;
}
.TagClassName
{
border-color: #B60D2D;
}
</style>