Shades of Cardinal #B10038
Tints of Cardinal #B10038
RGB
CMYK
RGB Variations
Color information
#B10038 (or 0xB10038) is known color: Cardinal. HEX triplet: B1, 00 and 38. RGB value is (177,0,56). Sum of RGB (Red+Green+Blue) = 177+0+56=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B10038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10038 is #4EFFC7. Grayscale: #3B3B3B. Windows color (decimal): -5177288 or 3670193. OLE color: 3670193.
HSL color Cylindrical-coordinate representation of color #B10038: hue angle of 341.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10038 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.68 | 0.31 |
| HSL | 341.02º | 1% | 0.35% | - |
| HSV(B) | 341.02º | 1% | 0.69% | - |
| XYZ | 18.85 | 9.63 | 4.61 | - |
| YUV | 59.31 | 126.14 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 56 | 0 | 1 | 0.68 | 0.31 | 341.02 | 1 | 0.35 |
| Hex | B1 | 0 | 38 | 0 | 64 | 44 | 1F | 155 | 64 | 23 |
| Octal | 261 | 0 | 70 | 0 | 144 | 104 | 37 | 525 | 144 | 43 |
| Binary | 10110001 | 0 | 111000 | 0 | 1100100 | 1000100 | 11111 | 101010101 | 1100100 | 100011 |
Color Harmonies of #B10038
Complementary color
Monochromatic Colors of #B10038
Black with #B10038
Text Example
Text Example
White with #B10038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10038; }
p { color: rgb(177,0,56); }
H1.HeaderClassName
{
color: #B10038;
}
.AnyTagClassName
{
color: #B10038;
}
</style>
background-color css
<style>
a { background-color: #B10038; }
a { background-color: rgb(177,0,56); }
div.DivClassName
{
background-color: #B10038;
}
.BgClassName
{
background-color: #B10038;
}
</style>
border-color css
<style>
span { border-color: #B10038; }
span { border-color: rgb(177,0,56); }
td.TdClassName
{
border-color: #B10038;
}
.TagClassName
{
border-color: #B10038;
}
</style>