Shades of Cardinal #B1123D
Tints of Cardinal #B1123D
RGB
CMYK
RGB Variations
Color information
#B1123D (or 0xB1123D) is known color: Cardinal. HEX triplet: B1, 12 and 3D. RGB value is (177,18,61). Sum of RGB (Red+Green+Blue) = 177+18+61=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1123D is #4EEDC2. Grayscale: #464646. Windows color (decimal): -5172675 or 4002481. OLE color: 4002481.
HSL color Cylindrical-coordinate representation of color #B1123D: hue angle of 343.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1123D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.31 |
| HSL | 343.77º | 0.82% | 0.38% | - |
| HSV(B) | 343.77º | 0.9% | 0.69% | - |
| XYZ | 19.19 | 10.12 | 5.36 | - |
| YUV | 70.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 61 | 0 | 0.90 | 0.66 | 0.31 | 343.77 | 0.82 | 0.38 |
| Hex | B1 | 12 | 3D | 0 | 5A | 42 | 1F | 158 | 52 | 26 |
| Octal | 261 | 22 | 75 | 0 | 132 | 102 | 37 | 530 | 122 | 46 |
| Binary | 10110001 | 10010 | 111101 | 0 | 1011010 | 1000010 | 11111 | 101011000 | 1010010 | 100110 |
Color Harmonies of #B1123D
Complementary color
Monochromatic Colors of #B1123D
Black with #B1123D
Text Example
Text Example
White with #B1123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1123D; }
p { color: rgb(177,18,61); }
H1.HeaderClassName
{
color: #B1123D;
}
.AnyTagClassName
{
color: #B1123D;
}
</style>
background-color css
<style>
a { background-color: #B1123D; }
a { background-color: rgb(177,18,61); }
div.DivClassName
{
background-color: #B1123D;
}
.BgClassName
{
background-color: #B1123D;
}
</style>
border-color css
<style>
span { border-color: #B1123D; }
span { border-color: rgb(177,18,61); }
td.TdClassName
{
border-color: #B1123D;
}
.TagClassName
{
border-color: #B1123D;
}
</style>