Shades of Cardinal #B61239
Tints of Cardinal #B61239
RGB
CMYK
RGB Variations
Color information
#B61239 (or 0xB61239) is known color: Cardinal. HEX triplet: B6, 12 and 39. RGB value is (182,18,57). Sum of RGB (Red+Green+Blue) = 182+18+57=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61239 is #49EDC6. Grayscale: #474747. Windows color (decimal): -4844999 or 3740342. OLE color: 3740342.
HSL color Cylindrical-coordinate representation of color #B61239: hue angle of 345.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61239 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 57 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.29 |
| HSL | 345.73º | 0.82% | 0.39% | - |
| HSV(B) | 345.73º | 0.9% | 0.71% | - |
| XYZ | 20.25 | 10.67 | 4.86 | - |
| YUV | 71.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 57 | 0 | 0.90 | 0.69 | 0.29 | 345.73 | 0.82 | 0.39 |
| Hex | B6 | 12 | 39 | 0 | 5A | 45 | 1D | 15A | 52 | 27 |
| Octal | 266 | 22 | 71 | 0 | 132 | 105 | 35 | 532 | 122 | 47 |
| Binary | 10110110 | 10010 | 111001 | 0 | 1011010 | 1000101 | 11101 | 101011010 | 1010010 | 100111 |
Color Harmonies of #B61239
Complementary color
Monochromatic Colors of #B61239
Black with #B61239
Text Example
Text Example
White with #B61239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61239; }
p { color: rgb(182,18,57); }
H1.HeaderClassName
{
color: #B61239;
}
.AnyTagClassName
{
color: #B61239;
}
</style>
background-color css
<style>
a { background-color: #B61239; }
a { background-color: rgb(182,18,57); }
div.DivClassName
{
background-color: #B61239;
}
.BgClassName
{
background-color: #B61239;
}
</style>
border-color css
<style>
span { border-color: #B61239; }
span { border-color: rgb(182,18,57); }
td.TdClassName
{
border-color: #B61239;
}
.TagClassName
{
border-color: #B61239;
}
</style>