Shades of Cardinal #B10633
Tints of Cardinal #B10633
RGB
CMYK
RGB Variations
Color information
#B10633 (or 0xB10633) is known color: Cardinal. HEX triplet: B1, 06 and 33. RGB value is (177,6,51). Sum of RGB (Red+Green+Blue) = 177+6+51=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10633 is #4EF9CC. Grayscale: #3E3E3E. Windows color (decimal): -5175757 or 3344049. OLE color: 3344049.
HSL color Cylindrical-coordinate representation of color #B10633: hue angle of 344.21º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10633 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.31 |
| HSL | 344.21º | 0.93% | 0.36% | - |
| HSV(B) | 344.21º | 0.97% | 0.69% | - |
| XYZ | 18.79 | 9.72 | 4.02 | - |
| YUV | 62.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 51 | 0 | 0.97 | 0.71 | 0.31 | 344.21 | 0.93 | 0.36 |
| Hex | B1 | 6 | 33 | 0 | 61 | 47 | 1F | 158 | 5D | 24 |
| Octal | 261 | 6 | 63 | 0 | 141 | 107 | 37 | 530 | 135 | 44 |
| Binary | 10110001 | 110 | 110011 | 0 | 1100001 | 1000111 | 11111 | 101011000 | 1011101 | 100100 |
Color Harmonies of #B10633
Complementary color
Monochromatic Colors of #B10633
Black with #B10633
Text Example
Text Example
White with #B10633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10633; }
p { color: rgb(177,6,51); }
H1.HeaderClassName
{
color: #B10633;
}
.AnyTagClassName
{
color: #B10633;
}
</style>
background-color css
<style>
a { background-color: #B10633; }
a { background-color: rgb(177,6,51); }
div.DivClassName
{
background-color: #B10633;
}
.BgClassName
{
background-color: #B10633;
}
</style>
border-color css
<style>
span { border-color: #B10633; }
span { border-color: rgb(177,6,51); }
td.TdClassName
{
border-color: #B10633;
}
.TagClassName
{
border-color: #B10633;
}
</style>