Shades of Cardinal #B10B3E
Tints of Cardinal #B10B3E
RGB
CMYK
RGB Variations
Color information
#B10B3E (or 0xB10B3E) is known color: Cardinal. HEX triplet: B1, 0B and 3E. RGB value is (177,11,62). Sum of RGB (Red+Green+Blue) = 177+11+62=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B3E is #4EF4C1. Grayscale: #424242. Windows color (decimal): -5174466 or 4066225. OLE color: 4066225.
HSL color Cylindrical-coordinate representation of color #B10B3E: hue angle of 341.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B3E is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 62 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.31 |
| HSL | 341.57º | 0.88% | 0.37% | - |
| HSV(B) | 341.57º | 0.94% | 0.69% | - |
| XYZ | 19.12 | 9.93 | 5.47 | - |
| YUV | 66.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 62 | 0 | 0.94 | 0.65 | 0.31 | 341.57 | 0.88 | 0.37 |
| Hex | B1 | B | 3E | 0 | 5E | 41 | 1F | 156 | 58 | 25 |
| Octal | 261 | 13 | 76 | 0 | 136 | 101 | 37 | 526 | 130 | 45 |
| Binary | 10110001 | 1011 | 111110 | 0 | 1011110 | 1000001 | 11111 | 101010110 | 1011000 | 100101 |
Color Harmonies of #B10B3E
Complementary color
Monochromatic Colors of #B10B3E
Black with #B10B3E
Text Example
Text Example
White with #B10B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B3E; }
p { color: rgb(177,11,62); }
H1.HeaderClassName
{
color: #B10B3E;
}
.AnyTagClassName
{
color: #B10B3E;
}
</style>
background-color css
<style>
a { background-color: #B10B3E; }
a { background-color: rgb(177,11,62); }
div.DivClassName
{
background-color: #B10B3E;
}
.BgClassName
{
background-color: #B10B3E;
}
</style>
border-color css
<style>
span { border-color: #B10B3E; }
span { border-color: rgb(177,11,62); }
td.TdClassName
{
border-color: #B10B3E;
}
.TagClassName
{
border-color: #B10B3E;
}
</style>