Shades of Cardinal #B60736
Tints of Cardinal #B60736
RGB
CMYK
RGB Variations
Color information
#B60736 (or 0xB60736) is known color: Cardinal. HEX triplet: B6, 07 and 36. RGB value is (182,7,54). Sum of RGB (Red+Green+Blue) = 182+7+54=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B60736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60736 is #49F8C9. Grayscale: #404040. Windows color (decimal): -4847818 or 3540918. OLE color: 3540918.
HSL color Cylindrical-coordinate representation of color #B60736: hue angle of 343.89º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60736 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 54 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.29 |
| HSL | 343.89º | 0.93% | 0.37% | - |
| HSV(B) | 343.89º | 0.96% | 0.71% | - |
| XYZ | 20.03 | 10.36 | 4.43 | - |
| YUV | 64.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 54 | 0 | 0.96 | 0.70 | 0.29 | 343.89 | 0.93 | 0.37 |
| Hex | B6 | 7 | 36 | 0 | 60 | 46 | 1D | 158 | 5D | 25 |
| Octal | 266 | 7 | 66 | 0 | 140 | 106 | 35 | 530 | 135 | 45 |
| Binary | 10110110 | 111 | 110110 | 0 | 1100000 | 1000110 | 11101 | 101011000 | 1011101 | 100101 |
Color Harmonies of #B60736
Complementary color
Monochromatic Colors of #B60736
Black with #B60736
Text Example
Text Example
White with #B60736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60736; }
p { color: rgb(182,7,54); }
H1.HeaderClassName
{
color: #B60736;
}
.AnyTagClassName
{
color: #B60736;
}
</style>
background-color css
<style>
a { background-color: #B60736; }
a { background-color: rgb(182,7,54); }
div.DivClassName
{
background-color: #B60736;
}
.BgClassName
{
background-color: #B60736;
}
</style>
border-color css
<style>
span { border-color: #B60736; }
span { border-color: rgb(182,7,54); }
td.TdClassName
{
border-color: #B60736;
}
.TagClassName
{
border-color: #B60736;
}
</style>