Shades of Cardinal #B60F2D
Tints of Cardinal #B60F2D
RGB
CMYK
RGB Variations
Color information
#B60F2D (or 0xB60F2D) is known color: Cardinal. HEX triplet: B6, 0F and 2D. RGB value is (182,15,45). Sum of RGB (Red+Green+Blue) = 182+15+45=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60F2D is #49F0D2. Grayscale: #444444. Windows color (decimal): -4845779 or 2953142. OLE color: 2953142.
HSL color Cylindrical-coordinate representation of color #B60F2D: hue angle of 349.22º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F2D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 15 | 45 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.29 |
| HSL | 349.22º | 0.85% | 0.39% | - |
| HSV(B) | 349.22º | 0.92% | 0.71% | - |
| XYZ | 19.94 | 10.48 | 3.45 | - |
| YUV | 68.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 45 | 0 | 0.92 | 0.75 | 0.29 | 349.22 | 0.85 | 0.39 |
| Hex | B6 | F | 2D | 0 | 5C | 4B | 1D | 15D | 55 | 27 |
| Octal | 266 | 17 | 55 | 0 | 134 | 113 | 35 | 535 | 125 | 47 |
| Binary | 10110110 | 1111 | 101101 | 0 | 1011100 | 1001011 | 11101 | 101011101 | 1010101 | 100111 |
Color Harmonies of #B60F2D
Complementary color
Monochromatic Colors of #B60F2D
Black with #B60F2D
Text Example
Text Example
White with #B60F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60F2D; }
p { color: rgb(182,15,45); }
H1.HeaderClassName
{
color: #B60F2D;
}
.AnyTagClassName
{
color: #B60F2D;
}
</style>
background-color css
<style>
a { background-color: #B60F2D; }
a { background-color: rgb(182,15,45); }
div.DivClassName
{
background-color: #B60F2D;
}
.BgClassName
{
background-color: #B60F2D;
}
</style>
border-color css
<style>
span { border-color: #B60F2D; }
span { border-color: rgb(182,15,45); }
td.TdClassName
{
border-color: #B60F2D;
}
.TagClassName
{
border-color: #B60F2D;
}
</style>