Shades of Cardinal #B1062D
Tints of Cardinal #B1062D
RGB
CMYK
RGB Variations
Color information
#B1062D (or 0xB1062D) is known color: Cardinal. HEX triplet: B1, 06 and 2D. RGB value is (177,6,45). Sum of RGB (Red+Green+Blue) = 177+6+45=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B1062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1062D is #4EF9D2. Grayscale: #3D3D3D. Windows color (decimal): -5175763 or 2950833. OLE color: 2950833.
HSL color Cylindrical-coordinate representation of color #B1062D: hue angle of 346.32º 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 #B1062D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.31 |
| HSL | 346.32º | 0.93% | 0.36% | - |
| HSV(B) | 346.32º | 0.97% | 0.69% | - |
| XYZ | 18.67 | 9.67 | 3.36 | - |
| YUV | 61.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 45 | 0 | 0.97 | 0.75 | 0.31 | 346.32 | 0.93 | 0.36 |
| Hex | B1 | 6 | 2D | 0 | 61 | 4B | 1F | 15A | 5D | 24 |
| Octal | 261 | 6 | 55 | 0 | 141 | 113 | 37 | 532 | 135 | 44 |
| Binary | 10110001 | 110 | 101101 | 0 | 1100001 | 1001011 | 11111 | 101011010 | 1011101 | 100100 |
Color Harmonies of #B1062D
Complementary color
Monochromatic Colors of #B1062D
Black with #B1062D
Text Example
Text Example
White with #B1062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1062D; }
p { color: rgb(177,6,45); }
H1.HeaderClassName
{
color: #B1062D;
}
.AnyTagClassName
{
color: #B1062D;
}
</style>
background-color css
<style>
a { background-color: #B1062D; }
a { background-color: rgb(177,6,45); }
div.DivClassName
{
background-color: #B1062D;
}
.BgClassName
{
background-color: #B1062D;
}
</style>
border-color css
<style>
span { border-color: #B1062D; }
span { border-color: rgb(177,6,45); }
td.TdClassName
{
border-color: #B1062D;
}
.TagClassName
{
border-color: #B1062D;
}
</style>