Shades of Cardinal #B10033
Tints of Cardinal #B10033
RGB
CMYK
RGB Variations
Color information
#B10033 (or 0xB10033) is known color: Cardinal. HEX triplet: B1, 00 and 33. RGB value is (177,0,51). Sum of RGB (Red+Green+Blue) = 177+0+51=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B10033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10033 is #4EFFCC. Grayscale: #3A3A3A. Windows color (decimal): -5177293 or 3342513. OLE color: 3342513.
HSL color Cylindrical-coordinate representation of color #B10033: hue angle of 342.71º 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 #B10033 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.71 | 0.31 |
| HSL | 342.71º | 1% | 0.35% | - |
| HSV(B) | 342.71º | 1% | 0.69% | - |
| XYZ | 18.73 | 9.59 | 4 | - |
| YUV | 58.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 51 | 0 | 1 | 0.71 | 0.31 | 342.71 | 1 | 0.35 |
| Hex | B1 | 0 | 33 | 0 | 64 | 47 | 1F | 157 | 64 | 23 |
| Octal | 261 | 0 | 63 | 0 | 144 | 107 | 37 | 527 | 144 | 43 |
| Binary | 10110001 | 0 | 110011 | 0 | 1100100 | 1000111 | 11111 | 101010111 | 1100100 | 100011 |
Color Harmonies of #B10033
Complementary color
Monochromatic Colors of #B10033
Black with #B10033
Text Example
Text Example
White with #B10033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10033; }
p { color: rgb(177,0,51); }
H1.HeaderClassName
{
color: #B10033;
}
.AnyTagClassName
{
color: #B10033;
}
</style>
background-color css
<style>
a { background-color: #B10033; }
a { background-color: rgb(177,0,51); }
div.DivClassName
{
background-color: #B10033;
}
.BgClassName
{
background-color: #B10033;
}
</style>
border-color css
<style>
span { border-color: #B10033; }
span { border-color: rgb(177,0,51); }
td.TdClassName
{
border-color: #B10033;
}
.TagClassName
{
border-color: #B10033;
}
</style>