Shades of Cardinal #B1062F
Tints of Cardinal #B1062F
RGB
CMYK
RGB Variations
Color information
#B1062F (or 0xB1062F) is known color: Cardinal. HEX triplet: B1, 06 and 2F. RGB value is (177,6,47). Sum of RGB (Red+Green+Blue) = 177+6+47=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B1062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1062F is #4EF9D0. Grayscale: #3D3D3D. Windows color (decimal): -5175761 or 3081905. OLE color: 3081905.
HSL color Cylindrical-coordinate representation of color #B1062F: hue angle of 345.61º 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 #B1062F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.31 |
| HSL | 345.61º | 0.93% | 0.36% | - |
| HSV(B) | 345.61º | 0.97% | 0.69% | - |
| XYZ | 18.71 | 9.68 | 3.57 | - |
| YUV | 61.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 47 | 0 | 0.97 | 0.73 | 0.31 | 345.61 | 0.93 | 0.36 |
| Hex | B1 | 6 | 2F | 0 | 61 | 49 | 1F | 15A | 5D | 24 |
| Octal | 261 | 6 | 57 | 0 | 141 | 111 | 37 | 532 | 135 | 44 |
| Binary | 10110001 | 110 | 101111 | 0 | 1100001 | 1001001 | 11111 | 101011010 | 1011101 | 100100 |
Color Harmonies of #B1062F
Complementary color
Monochromatic Colors of #B1062F
Black with #B1062F
Text Example
Text Example
White with #B1062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1062F; }
p { color: rgb(177,6,47); }
H1.HeaderClassName
{
color: #B1062F;
}
.AnyTagClassName
{
color: #B1062F;
}
</style>
background-color css
<style>
a { background-color: #B1062F; }
a { background-color: rgb(177,6,47); }
div.DivClassName
{
background-color: #B1062F;
}
.BgClassName
{
background-color: #B1062F;
}
</style>
border-color css
<style>
span { border-color: #B1062F; }
span { border-color: rgb(177,6,47); }
td.TdClassName
{
border-color: #B1062F;
}
.TagClassName
{
border-color: #B1062F;
}
</style>