Shades of Cardinal #B1033F
Tints of Cardinal #B1033F
RGB
CMYK
RGB Variations
Color information
#B1033F (or 0xB1033F) is known color: Cardinal. HEX triplet: B1, 03 and 3F. RGB value is (177,3,63). Sum of RGB (Red+Green+Blue) = 177+3+63=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1033F is #4EFCC0. Grayscale: #3D3D3D. Windows color (decimal): -5176513 or 4129713. OLE color: 4129713.
HSL color Cylindrical-coordinate representation of color #B1033F: hue angle of 339.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1033F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.31 |
| HSL | 339.31º | 0.97% | 0.35% | - |
| HSV(B) | 339.31º | 0.98% | 0.69% | - |
| XYZ | 19.06 | 9.77 | 5.58 | - |
| YUV | 61.87 | 128.65 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 63 | 0 | 0.98 | 0.64 | 0.31 | 339.31 | 0.97 | 0.35 |
| Hex | B1 | 3 | 3F | 0 | 62 | 40 | 1F | 153 | 61 | 23 |
| Octal | 261 | 3 | 77 | 0 | 142 | 100 | 37 | 523 | 141 | 43 |
| Binary | 10110001 | 11 | 111111 | 0 | 1100010 | 1000000 | 11111 | 101010011 | 1100001 | 100011 |
Color Harmonies of #B1033F
Complementary color
Monochromatic Colors of #B1033F
Black with #B1033F
Text Example
Text Example
White with #B1033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1033F; }
p { color: rgb(177,3,63); }
H1.HeaderClassName
{
color: #B1033F;
}
.AnyTagClassName
{
color: #B1033F;
}
</style>
background-color css
<style>
a { background-color: #B1033F; }
a { background-color: rgb(177,3,63); }
div.DivClassName
{
background-color: #B1033F;
}
.BgClassName
{
background-color: #B1033F;
}
</style>
border-color css
<style>
span { border-color: #B1033F; }
span { border-color: rgb(177,3,63); }
td.TdClassName
{
border-color: #B1033F;
}
.TagClassName
{
border-color: #B1033F;
}
</style>