Shades of Cardinal #B01038
Tints of Cardinal #B01038
RGB
CMYK
RGB Variations
Color information
#B01038 (or 0xB01038) is known color: Cardinal. HEX triplet: B0, 10 and 38. RGB value is (176,16,56). Sum of RGB (Red+Green+Blue) = 176+16+56=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01038 is #4FEFC7. Grayscale: #444444. Windows color (decimal): -5238728 or 3674288. OLE color: 3674288.
HSL color Cylindrical-coordinate representation of color #B01038: hue angle of 345º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01038 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 56 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.31 |
| HSL | 345º | 0.83% | 0.38% | - |
| HSV(B) | 345º | 0.91% | 0.69% | - |
| XYZ | 18.8 | 9.89 | 4.66 | - |
| YUV | 68.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 56 | 0 | 0.91 | 0.68 | 0.31 | 345 | 0.83 | 0.38 |
| Hex | B0 | 10 | 38 | 0 | 5B | 44 | 1F | 159 | 53 | 26 |
| Octal | 260 | 20 | 70 | 0 | 133 | 104 | 37 | 531 | 123 | 46 |
| Binary | 10110000 | 10000 | 111000 | 0 | 1011011 | 1000100 | 11111 | 101011001 | 1010011 | 100110 |
Color Harmonies of #B01038
Complementary color
Monochromatic Colors of #B01038
Black with #B01038
Text Example
Text Example
White with #B01038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01038; }
p { color: rgb(176,16,56); }
H1.HeaderClassName
{
color: #B01038;
}
.AnyTagClassName
{
color: #B01038;
}
</style>
background-color css
<style>
a { background-color: #B01038; }
a { background-color: rgb(176,16,56); }
div.DivClassName
{
background-color: #B01038;
}
.BgClassName
{
background-color: #B01038;
}
</style>
border-color css
<style>
span { border-color: #B01038; }
span { border-color: rgb(176,16,56); }
td.TdClassName
{
border-color: #B01038;
}
.TagClassName
{
border-color: #B01038;
}
</style>