Shades of Cardinal #B60C3C
Tints of Cardinal #B60C3C
RGB
CMYK
RGB Variations
Color information
#B60C3C (or 0xB60C3C) is known color: Cardinal. HEX triplet: B6, 0C and 3C. RGB value is (182,12,60). Sum of RGB (Red+Green+Blue) = 182+12+60=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C3C is #49F3C3. Grayscale: #444444. Windows color (decimal): -4846532 or 3935414. OLE color: 3935414.
HSL color Cylindrical-coordinate representation of color #B60C3C: hue angle of 343.06º degrees, saturation: 0.88, 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 #B60C3C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 60 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.29 |
| HSL | 343.06º | 0.88% | 0.38% | - |
| HSV(B) | 343.06º | 0.93% | 0.71% | - |
| XYZ | 20.24 | 10.53 | 5.24 | - |
| YUV | 68.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 60 | 0 | 0.93 | 0.67 | 0.29 | 343.06 | 0.88 | 0.38 |
| Hex | B6 | C | 3C | 0 | 5D | 43 | 1D | 157 | 58 | 26 |
| Octal | 266 | 14 | 74 | 0 | 135 | 103 | 35 | 527 | 130 | 46 |
| Binary | 10110110 | 1100 | 111100 | 0 | 1011101 | 1000011 | 11101 | 101010111 | 1011000 | 100110 |
Color Harmonies of #B60C3C
Complementary color
Monochromatic Colors of #B60C3C
Black with #B60C3C
Text Example
Text Example
White with #B60C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C3C; }
p { color: rgb(182,12,60); }
H1.HeaderClassName
{
color: #B60C3C;
}
.AnyTagClassName
{
color: #B60C3C;
}
</style>
background-color css
<style>
a { background-color: #B60C3C; }
a { background-color: rgb(182,12,60); }
div.DivClassName
{
background-color: #B60C3C;
}
.BgClassName
{
background-color: #B60C3C;
}
</style>
border-color css
<style>
span { border-color: #B60C3C; }
span { border-color: rgb(182,12,60); }
td.TdClassName
{
border-color: #B60C3C;
}
.TagClassName
{
border-color: #B60C3C;
}
</style>