Shades of Cardinal #B1013B
Tints of Cardinal #B1013B
RGB
CMYK
RGB Variations
Color information
#B1013B (or 0xB1013B) is known color: Cardinal. HEX triplet: B1, 01 and 3B. RGB value is (177,1,59). Sum of RGB (Red+Green+Blue) = 177+1+59=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B1013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1013B is #4EFEC4. Grayscale: #3C3C3C. Windows color (decimal): -5177029 or 3867057. OLE color: 3867057.
HSL color Cylindrical-coordinate representation of color #B1013B: hue angle of 340.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1013B is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.31 |
| HSL | 340.23º | 0.99% | 0.35% | - |
| HSV(B) | 340.23º | 0.99% | 0.69% | - |
| XYZ | 18.93 | 9.68 | 5.01 | - |
| YUV | 60.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 59 | 0 | 0.99 | 0.67 | 0.31 | 340.23 | 0.99 | 0.35 |
| Hex | B1 | 1 | 3B | 0 | 63 | 43 | 1F | 154 | 63 | 23 |
| Octal | 261 | 1 | 73 | 0 | 143 | 103 | 37 | 524 | 143 | 43 |
| Binary | 10110001 | 1 | 111011 | 0 | 1100011 | 1000011 | 11111 | 101010100 | 1100011 | 100011 |
Color Harmonies of #B1013B
Complementary color
Monochromatic Colors of #B1013B
Black with #B1013B
Text Example
Text Example
White with #B1013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1013B; }
p { color: rgb(177,1,59); }
H1.HeaderClassName
{
color: #B1013B;
}
.AnyTagClassName
{
color: #B1013B;
}
</style>
background-color css
<style>
a { background-color: #B1013B; }
a { background-color: rgb(177,1,59); }
div.DivClassName
{
background-color: #B1013B;
}
.BgClassName
{
background-color: #B1013B;
}
</style>
border-color css
<style>
span { border-color: #B1013B; }
span { border-color: rgb(177,1,59); }
td.TdClassName
{
border-color: #B1013B;
}
.TagClassName
{
border-color: #B1013B;
}
</style>