Shades of Cardinal #B1023E
Tints of Cardinal #B1023E
RGB
CMYK
RGB Variations
Color information
#B1023E (or 0xB1023E) is known color: Cardinal. HEX triplet: B1, 02 and 3E. RGB value is (177,2,62). Sum of RGB (Red+Green+Blue) = 177+2+62=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1023E is #4EFDC1. Grayscale: #3D3D3D. Windows color (decimal): -5176770 or 4063921. OLE color: 4063921.
HSL color Cylindrical-coordinate representation of color #B1023E: hue angle of 339.43º 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 #B1023E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.31 |
| HSL | 339.43º | 0.98% | 0.35% | - |
| HSV(B) | 339.43º | 0.99% | 0.69% | - |
| XYZ | 19.02 | 9.74 | 5.43 | - |
| YUV | 61.17 | 128.48 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 62 | 0 | 0.99 | 0.65 | 0.31 | 339.43 | 0.98 | 0.35 |
| Hex | B1 | 2 | 3E | 0 | 63 | 41 | 1F | 153 | 62 | 23 |
| Octal | 261 | 2 | 76 | 0 | 143 | 101 | 37 | 523 | 142 | 43 |
| Binary | 10110001 | 10 | 111110 | 0 | 1100011 | 1000001 | 11111 | 101010011 | 1100010 | 100011 |
Color Harmonies of #B1023E
Complementary color
Monochromatic Colors of #B1023E
Black with #B1023E
Text Example
Text Example
White with #B1023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1023E; }
p { color: rgb(177,2,62); }
H1.HeaderClassName
{
color: #B1023E;
}
.AnyTagClassName
{
color: #B1023E;
}
</style>
background-color css
<style>
a { background-color: #B1023E; }
a { background-color: rgb(177,2,62); }
div.DivClassName
{
background-color: #B1023E;
}
.BgClassName
{
background-color: #B1023E;
}
</style>
border-color css
<style>
span { border-color: #B1023E; }
span { border-color: rgb(177,2,62); }
td.TdClassName
{
border-color: #B1023E;
}
.TagClassName
{
border-color: #B1023E;
}
</style>