Shades of Cardinal #B1062E
Tints of Cardinal #B1062E
RGB
CMYK
RGB Variations
Color information
#B1062E (or 0xB1062E) is known color: Cardinal. HEX triplet: B1, 06 and 2E. RGB value is (177,6,46). Sum of RGB (Red+Green+Blue) = 177+6+46=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1062E is #4EF9D1. Grayscale: #3D3D3D. Windows color (decimal): -5175762 or 3016369. OLE color: 3016369.
HSL color Cylindrical-coordinate representation of color #B1062E: hue angle of 345.96º 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 #B1062E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 46 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.31 |
| HSL | 345.96º | 0.93% | 0.36% | - |
| HSV(B) | 345.96º | 0.97% | 0.69% | - |
| XYZ | 18.69 | 9.67 | 3.47 | - |
| YUV | 61.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 46 | 0 | 0.97 | 0.74 | 0.31 | 345.96 | 0.93 | 0.36 |
| Hex | B1 | 6 | 2E | 0 | 61 | 4A | 1F | 15A | 5D | 24 |
| Octal | 261 | 6 | 56 | 0 | 141 | 112 | 37 | 532 | 135 | 44 |
| Binary | 10110001 | 110 | 101110 | 0 | 1100001 | 1001010 | 11111 | 101011010 | 1011101 | 100100 |
Color Harmonies of #B1062E
Complementary color
Monochromatic Colors of #B1062E
Black with #B1062E
Text Example
Text Example
White with #B1062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1062E; }
p { color: rgb(177,6,46); }
H1.HeaderClassName
{
color: #B1062E;
}
.AnyTagClassName
{
color: #B1062E;
}
</style>
background-color css
<style>
a { background-color: #B1062E; }
a { background-color: rgb(177,6,46); }
div.DivClassName
{
background-color: #B1062E;
}
.BgClassName
{
background-color: #B1062E;
}
</style>
border-color css
<style>
span { border-color: #B1062E; }
span { border-color: rgb(177,6,46); }
td.TdClassName
{
border-color: #B1062E;
}
.TagClassName
{
border-color: #B1062E;
}
</style>