Shades of Cardinal #B01C33
Tints of Cardinal #B01C33
RGB
CMYK
RGB Variations
Color information
#B01C33 (or 0xB01C33) is known color: Cardinal. HEX triplet: B0, 1C and 33. RGB value is (176,28,51). Sum of RGB (Red+Green+Blue) = 176+28+51=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C33 is #4FE3CC. Grayscale: #4A4A4A. Windows color (decimal): -5235661 or 3349680. OLE color: 3349680.
HSL color Cylindrical-coordinate representation of color #B01C33: hue angle of 350.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C33 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 51 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.31 |
| HSL | 350.68º | 0.73% | 0.4% | - |
| HSV(B) | 350.68º | 0.84% | 0.69% | - |
| XYZ | 18.92 | 10.3 | 4.12 | - |
| YUV | 74.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 51 | 0 | 0.84 | 0.71 | 0.31 | 350.68 | 0.73 | 0.4 |
| Hex | B0 | 1C | 33 | 0 | 54 | 47 | 1F | 15F | 49 | 28 |
| Octal | 260 | 34 | 63 | 0 | 124 | 107 | 37 | 537 | 111 | 50 |
| Binary | 10110000 | 11100 | 110011 | 0 | 1010100 | 1000111 | 11111 | 101011111 | 1001001 | 101000 |
Color Harmonies of #B01C33
Complementary color
Monochromatic Colors of #B01C33
Black with #B01C33
Text Example
Text Example
White with #B01C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C33; }
p { color: rgb(176,28,51); }
H1.HeaderClassName
{
color: #B01C33;
}
.AnyTagClassName
{
color: #B01C33;
}
</style>
background-color css
<style>
a { background-color: #B01C33; }
a { background-color: rgb(176,28,51); }
div.DivClassName
{
background-color: #B01C33;
}
.BgClassName
{
background-color: #B01C33;
}
</style>
border-color css
<style>
span { border-color: #B01C33; }
span { border-color: rgb(176,28,51); }
td.TdClassName
{
border-color: #B01C33;
}
.TagClassName
{
border-color: #B01C33;
}
</style>