Shades of Cardinal #B10239
Tints of Cardinal #B10239
RGB
CMYK
RGB Variations
Color information
#B10239 (or 0xB10239) is known color: Cardinal. HEX triplet: B1, 02 and 39. RGB value is (177,2,57). Sum of RGB (Red+Green+Blue) = 177+2+57=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B10239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10239 is #4EFDC6. Grayscale: #3C3C3C. Windows color (decimal): -5176775 or 3736241. OLE color: 3736241.
HSL color Cylindrical-coordinate representation of color #B10239: hue angle of 341.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10239 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.31 |
| HSL | 341.14º | 0.98% | 0.35% | - |
| HSV(B) | 341.14º | 0.99% | 0.69% | - |
| XYZ | 18.89 | 9.69 | 4.74 | - |
| YUV | 60.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 57 | 0 | 0.99 | 0.68 | 0.31 | 341.14 | 0.98 | 0.35 |
| Hex | B1 | 2 | 39 | 0 | 63 | 44 | 1F | 155 | 62 | 23 |
| Octal | 261 | 2 | 71 | 0 | 143 | 104 | 37 | 525 | 142 | 43 |
| Binary | 10110001 | 10 | 111001 | 0 | 1100011 | 1000100 | 11111 | 101010101 | 1100010 | 100011 |
Color Harmonies of #B10239
Complementary color
Monochromatic Colors of #B10239
Black with #B10239
Text Example
Text Example
White with #B10239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10239; }
p { color: rgb(177,2,57); }
H1.HeaderClassName
{
color: #B10239;
}
.AnyTagClassName
{
color: #B10239;
}
</style>
background-color css
<style>
a { background-color: #B10239; }
a { background-color: rgb(177,2,57); }
div.DivClassName
{
background-color: #B10239;
}
.BgClassName
{
background-color: #B10239;
}
</style>
border-color css
<style>
span { border-color: #B10239; }
span { border-color: rgb(177,2,57); }
td.TdClassName
{
border-color: #B10239;
}
.TagClassName
{
border-color: #B10239;
}
</style>