Shades of Cardinal #B01130
Tints of Cardinal #B01130
RGB
CMYK
RGB Variations
Color information
#B01130 (or 0xB01130) is known color: Cardinal. HEX triplet: B0, 11 and 30. RGB value is (176,17,48). Sum of RGB (Red+Green+Blue) = 176+17+48=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B01130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01130 is #4FEECF. Grayscale: #444444. Windows color (decimal): -5238480 or 3150256. OLE color: 3150256.
HSL color Cylindrical-coordinate representation of color #B01130: hue angle of 348.3º 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 #B01130 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 48 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.31 |
| HSL | 348.3º | 0.82% | 0.38% | - |
| HSV(B) | 348.3º | 0.9% | 0.69% | - |
| XYZ | 18.64 | 9.84 | 3.71 | - |
| YUV | 68.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 48 | 0 | 0.90 | 0.73 | 0.31 | 348.3 | 0.82 | 0.38 |
| Hex | B0 | 11 | 30 | 0 | 5A | 49 | 1F | 15C | 52 | 26 |
| Octal | 260 | 21 | 60 | 0 | 132 | 111 | 37 | 534 | 122 | 46 |
| Binary | 10110000 | 10001 | 110000 | 0 | 1011010 | 1001001 | 11111 | 101011100 | 1010010 | 100110 |
Color Harmonies of #B01130
Complementary color
Monochromatic Colors of #B01130
Black with #B01130
Text Example
Text Example
White with #B01130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01130; }
p { color: rgb(176,17,48); }
H1.HeaderClassName
{
color: #B01130;
}
.AnyTagClassName
{
color: #B01130;
}
</style>
background-color css
<style>
a { background-color: #B01130; }
a { background-color: rgb(176,17,48); }
div.DivClassName
{
background-color: #B01130;
}
.BgClassName
{
background-color: #B01130;
}
</style>
border-color css
<style>
span { border-color: #B01130; }
span { border-color: rgb(176,17,48); }
td.TdClassName
{
border-color: #B01130;
}
.TagClassName
{
border-color: #B01130;
}
</style>