Shades of Cardinal #B10E3E
Tints of Cardinal #B10E3E
RGB
CMYK
RGB Variations
Color information
#B10E3E (or 0xB10E3E) is known color: Cardinal. HEX triplet: B1, 0E and 3E. RGB value is (177,14,62). Sum of RGB (Red+Green+Blue) = 177+14+62=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E3E is #4EF1C1. Grayscale: #444444. Windows color (decimal): -5173698 or 4066993. OLE color: 4066993.
HSL color Cylindrical-coordinate representation of color #B10E3E: hue angle of 342.33º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E3E is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 62 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.31 |
| HSL | 342.33º | 0.85% | 0.37% | - |
| HSV(B) | 342.33º | 0.92% | 0.69% | - |
| XYZ | 19.16 | 10.01 | 5.48 | - |
| YUV | 68.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 62 | 0 | 0.92 | 0.65 | 0.31 | 342.33 | 0.85 | 0.37 |
| Hex | B1 | E | 3E | 0 | 5C | 41 | 1F | 156 | 55 | 25 |
| Octal | 261 | 16 | 76 | 0 | 134 | 101 | 37 | 526 | 125 | 45 |
| Binary | 10110001 | 1110 | 111110 | 0 | 1011100 | 1000001 | 11111 | 101010110 | 1010101 | 100101 |
Color Harmonies of #B10E3E
Complementary color
Monochromatic Colors of #B10E3E
Black with #B10E3E
Text Example
Text Example
White with #B10E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E3E; }
p { color: rgb(177,14,62); }
H1.HeaderClassName
{
color: #B10E3E;
}
.AnyTagClassName
{
color: #B10E3E;
}
</style>
background-color css
<style>
a { background-color: #B10E3E; }
a { background-color: rgb(177,14,62); }
div.DivClassName
{
background-color: #B10E3E;
}
.BgClassName
{
background-color: #B10E3E;
}
</style>
border-color css
<style>
span { border-color: #B10E3E; }
span { border-color: rgb(177,14,62); }
td.TdClassName
{
border-color: #B10E3E;
}
.TagClassName
{
border-color: #B10E3E;
}
</style>