Shades of Cardinal #B1023F
Tints of Cardinal #B1023F
RGB
CMYK
RGB Variations
Color information
#B1023F (or 0xB1023F) is known color: Cardinal. HEX triplet: B1, 02 and 3F. RGB value is (177,2,63). Sum of RGB (Red+Green+Blue) = 177+2+63=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1023F is #4EFDC0. Grayscale: #3D3D3D. Windows color (decimal): -5176769 or 4129457. OLE color: 4129457.
HSL color Cylindrical-coordinate representation of color #B1023F: hue angle of 339.09º degrees, saturation: 0.98, 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 #B1023F is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.31 |
| HSL | 339.09º | 0.98% | 0.35% | - |
| HSV(B) | 339.09º | 0.99% | 0.69% | - |
| XYZ | 19.05 | 9.75 | 5.58 | - |
| YUV | 61.28 | 128.98 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 63 | 0 | 0.99 | 0.64 | 0.31 | 339.09 | 0.98 | 0.35 |
| Hex | B1 | 2 | 3F | 0 | 63 | 40 | 1F | 153 | 62 | 23 |
| Octal | 261 | 2 | 77 | 0 | 143 | 100 | 37 | 523 | 142 | 43 |
| Binary | 10110001 | 10 | 111111 | 0 | 1100011 | 1000000 | 11111 | 101010011 | 1100010 | 100011 |
Color Harmonies of #B1023F
Complementary color
Monochromatic Colors of #B1023F
Black with #B1023F
Text Example
Text Example
White with #B1023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1023F; }
p { color: rgb(177,2,63); }
H1.HeaderClassName
{
color: #B1023F;
}
.AnyTagClassName
{
color: #B1023F;
}
</style>
background-color css
<style>
a { background-color: #B1023F; }
a { background-color: rgb(177,2,63); }
div.DivClassName
{
background-color: #B1023F;
}
.BgClassName
{
background-color: #B1023F;
}
</style>
border-color css
<style>
span { border-color: #B1023F; }
span { border-color: rgb(177,2,63); }
td.TdClassName
{
border-color: #B1023F;
}
.TagClassName
{
border-color: #B1023F;
}
</style>