Shades of Cardinal #B1073B
Tints of Cardinal #B1073B
RGB
CMYK
RGB Variations
Color information
#B1073B (or 0xB1073B) is known color: Cardinal. HEX triplet: B1, 07 and 3B. RGB value is (177,7,59). Sum of RGB (Red+Green+Blue) = 177+7+59=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1073B is #4EF8C4. Grayscale: #3F3F3F. Windows color (decimal): -5175493 or 3868593. OLE color: 3868593.
HSL color Cylindrical-coordinate representation of color #B1073B: hue angle of 341.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1073B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 59 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.31 |
| HSL | 341.65º | 0.92% | 0.36% | - |
| HSV(B) | 341.65º | 0.96% | 0.69% | - |
| XYZ | 19 | 9.81 | 5.03 | - |
| YUV | 63.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 59 | 0 | 0.96 | 0.67 | 0.31 | 341.65 | 0.92 | 0.36 |
| Hex | B1 | 7 | 3B | 0 | 60 | 43 | 1F | 156 | 5C | 24 |
| Octal | 261 | 7 | 73 | 0 | 140 | 103 | 37 | 526 | 134 | 44 |
| Binary | 10110001 | 111 | 111011 | 0 | 1100000 | 1000011 | 11111 | 101010110 | 1011100 | 100100 |
Color Harmonies of #B1073B
Complementary color
Monochromatic Colors of #B1073B
Black with #B1073B
Text Example
Text Example
White with #B1073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1073B; }
p { color: rgb(177,7,59); }
H1.HeaderClassName
{
color: #B1073B;
}
.AnyTagClassName
{
color: #B1073B;
}
</style>
background-color css
<style>
a { background-color: #B1073B; }
a { background-color: rgb(177,7,59); }
div.DivClassName
{
background-color: #B1073B;
}
.BgClassName
{
background-color: #B1073B;
}
</style>
border-color css
<style>
span { border-color: #B1073B; }
span { border-color: rgb(177,7,59); }
td.TdClassName
{
border-color: #B1073B;
}
.TagClassName
{
border-color: #B1073B;
}
</style>