Shades of Cardinal #B60A30
Tints of Cardinal #B60A30
RGB
CMYK
RGB Variations
Color information
#B60A30 (or 0xB60A30) is known color: Cardinal. HEX triplet: B6, 0A and 30. RGB value is (182,10,48). Sum of RGB (Red+Green+Blue) = 182+10+48=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A30 is #49F5CF. Grayscale: #414141. Windows color (decimal): -4847056 or 3148470. OLE color: 3148470.
HSL color Cylindrical-coordinate representation of color #B60A30: hue angle of 346.74º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A30 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 48 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.29 |
| HSL | 346.74º | 0.9% | 0.38% | - |
| HSV(B) | 346.74º | 0.95% | 0.71% | - |
| XYZ | 19.93 | 10.38 | 3.75 | - |
| YUV | 65.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 48 | 0 | 0.95 | 0.74 | 0.29 | 346.74 | 0.9 | 0.38 |
| Hex | B6 | A | 30 | 0 | 5F | 4A | 1D | 15B | 5A | 26 |
| Octal | 266 | 12 | 60 | 0 | 137 | 112 | 35 | 533 | 132 | 46 |
| Binary | 10110110 | 1010 | 110000 | 0 | 1011111 | 1001010 | 11101 | 101011011 | 1011010 | 100110 |
Color Harmonies of #B60A30
Complementary color
Monochromatic Colors of #B60A30
Black with #B60A30
Text Example
Text Example
White with #B60A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A30; }
p { color: rgb(182,10,48); }
H1.HeaderClassName
{
color: #B60A30;
}
.AnyTagClassName
{
color: #B60A30;
}
</style>
background-color css
<style>
a { background-color: #B60A30; }
a { background-color: rgb(182,10,48); }
div.DivClassName
{
background-color: #B60A30;
}
.BgClassName
{
background-color: #B60A30;
}
</style>
border-color css
<style>
span { border-color: #B60A30; }
span { border-color: rgb(182,10,48); }
td.TdClassName
{
border-color: #B60A30;
}
.TagClassName
{
border-color: #B60A30;
}
</style>