Shades of Cardinal #B10934
Tints of Cardinal #B10934
RGB
CMYK
RGB Variations
Color information
#B10934 (or 0xB10934) is known color: Cardinal. HEX triplet: B1, 09 and 34. RGB value is (177,9,52). Sum of RGB (Red+Green+Blue) = 177+9+52=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B10934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10934 is #4EF6CB. Grayscale: #404040. Windows color (decimal): -5174988 or 3410353. OLE color: 3410353.
HSL color Cylindrical-coordinate representation of color #B10934: hue angle of 344.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10934 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.31 |
| HSL | 344.64º | 0.9% | 0.36% | - |
| HSV(B) | 344.64º | 0.95% | 0.69% | - |
| XYZ | 18.85 | 9.79 | 4.15 | - |
| YUV | 64.13 | 121.16 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 52 | 0 | 0.95 | 0.71 | 0.31 | 344.64 | 0.9 | 0.36 |
| Hex | B1 | 9 | 34 | 0 | 5F | 47 | 1F | 159 | 5A | 24 |
| Octal | 261 | 11 | 64 | 0 | 137 | 107 | 37 | 531 | 132 | 44 |
| Binary | 10110001 | 1001 | 110100 | 0 | 1011111 | 1000111 | 11111 | 101011001 | 1011010 | 100100 |
Color Harmonies of #B10934
Complementary color
Monochromatic Colors of #B10934
Black with #B10934
Text Example
Text Example
White with #B10934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10934; }
p { color: rgb(177,9,52); }
H1.HeaderClassName
{
color: #B10934;
}
.AnyTagClassName
{
color: #B10934;
}
</style>
background-color css
<style>
a { background-color: #B10934; }
a { background-color: rgb(177,9,52); }
div.DivClassName
{
background-color: #B10934;
}
.BgClassName
{
background-color: #B10934;
}
</style>
border-color css
<style>
span { border-color: #B10934; }
span { border-color: rgb(177,9,52); }
td.TdClassName
{
border-color: #B10934;
}
.TagClassName
{
border-color: #B10934;
}
</style>