Shades of Cardinal #B60934
Tints of Cardinal #B60934
RGB
CMYK
RGB Variations
Color information
#B60934 (or 0xB60934) is known color: Cardinal. HEX triplet: B6, 09 and 34. RGB value is (182,9,52). Sum of RGB (Red+Green+Blue) = 182+9+52=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B60934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60934 is #49F6CB. Grayscale: #414141. Windows color (decimal): -4847308 or 3410358. OLE color: 3410358.
HSL color Cylindrical-coordinate representation of color #B60934: hue angle of 345.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60934 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.29 |
| HSL | 345.09º | 0.91% | 0.37% | - |
| HSV(B) | 345.09º | 0.95% | 0.71% | - |
| XYZ | 20.01 | 10.39 | 4.2 | - |
| YUV | 65.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 52 | 0 | 0.95 | 0.71 | 0.29 | 345.09 | 0.91 | 0.37 |
| Hex | B6 | 9 | 34 | 0 | 5F | 47 | 1D | 159 | 5B | 25 |
| Octal | 266 | 11 | 64 | 0 | 137 | 107 | 35 | 531 | 133 | 45 |
| Binary | 10110110 | 1001 | 110100 | 0 | 1011111 | 1000111 | 11101 | 101011001 | 1011011 | 100101 |
Color Harmonies of #B60934
Complementary color
Monochromatic Colors of #B60934
Black with #B60934
Text Example
Text Example
White with #B60934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60934; }
p { color: rgb(182,9,52); }
H1.HeaderClassName
{
color: #B60934;
}
.AnyTagClassName
{
color: #B60934;
}
</style>
background-color css
<style>
a { background-color: #B60934; }
a { background-color: rgb(182,9,52); }
div.DivClassName
{
background-color: #B60934;
}
.BgClassName
{
background-color: #B60934;
}
</style>
border-color css
<style>
span { border-color: #B60934; }
span { border-color: rgb(182,9,52); }
td.TdClassName
{
border-color: #B60934;
}
.TagClassName
{
border-color: #B60934;
}
</style>