Shades of Cardinal #B1133B
Tints of Cardinal #B1133B
RGB
CMYK
RGB Variations
Color information
#B1133B (or 0xB1133B) is known color: Cardinal. HEX triplet: B1, 13 and 3B. RGB value is (177,19,59). Sum of RGB (Red+Green+Blue) = 177+19+59=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1133B is #4EECC4. Grayscale: #464646. Windows color (decimal): -5172421 or 3871665. OLE color: 3871665.
HSL color Cylindrical-coordinate representation of color #B1133B: hue angle of 344.81º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1133B is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 59 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.31 |
| HSL | 344.81º | 0.81% | 0.38% | - |
| HSV(B) | 344.81º | 0.89% | 0.69% | - |
| XYZ | 19.15 | 10.13 | 5.08 | - |
| YUV | 70.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 59 | 0 | 0.89 | 0.67 | 0.31 | 344.81 | 0.81 | 0.38 |
| Hex | B1 | 13 | 3B | 0 | 59 | 43 | 1F | 159 | 51 | 26 |
| Octal | 261 | 23 | 73 | 0 | 131 | 103 | 37 | 531 | 121 | 46 |
| Binary | 10110001 | 10011 | 111011 | 0 | 1011001 | 1000011 | 11111 | 101011001 | 1010001 | 100110 |
Color Harmonies of #B1133B
Complementary color
Monochromatic Colors of #B1133B
Black with #B1133B
Text Example
Text Example
White with #B1133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1133B; }
p { color: rgb(177,19,59); }
H1.HeaderClassName
{
color: #B1133B;
}
.AnyTagClassName
{
color: #B1133B;
}
</style>
background-color css
<style>
a { background-color: #B1133B; }
a { background-color: rgb(177,19,59); }
div.DivClassName
{
background-color: #B1133B;
}
.BgClassName
{
background-color: #B1133B;
}
</style>
border-color css
<style>
span { border-color: #B1133B; }
span { border-color: rgb(177,19,59); }
td.TdClassName
{
border-color: #B1133B;
}
.TagClassName
{
border-color: #B1133B;
}
</style>