Shades of Cardinal #B00033
Tints of Cardinal #B00033
RGB
CMYK
RGB Variations
Color information
#B00033 (or 0xB00033) is known color: Cardinal. HEX triplet: B0, 00 and 33. RGB value is (176,0,51). Sum of RGB (Red+Green+Blue) = 176+0+51=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B00033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00033 is #4FFFCC. Grayscale: #3A3A3A. Windows color (decimal): -5242829 or 3342512. OLE color: 3342512.
HSL color Cylindrical-coordinate representation of color #B00033: hue angle of 342.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00033 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.71 | 0.31 |
| HSL | 342.61º | 1% | 0.35% | - |
| HSV(B) | 342.61º | 1% | 0.69% | - |
| XYZ | 18.5 | 9.47 | 3.98 | - |
| YUV | 58.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 51 | 0 | 1 | 0.71 | 0.31 | 342.61 | 1 | 0.35 |
| Hex | B0 | 0 | 33 | 0 | 64 | 47 | 1F | 157 | 64 | 23 |
| Octal | 260 | 0 | 63 | 0 | 144 | 107 | 37 | 527 | 144 | 43 |
| Binary | 10110000 | 0 | 110011 | 0 | 1100100 | 1000111 | 11111 | 101010111 | 1100100 | 100011 |
Color Harmonies of #B00033
Complementary color
Monochromatic Colors of #B00033
Black with #B00033
Text Example
Text Example
White with #B00033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00033; }
p { color: rgb(176,0,51); }
H1.HeaderClassName
{
color: #B00033;
}
.AnyTagClassName
{
color: #B00033;
}
</style>
background-color css
<style>
a { background-color: #B00033; }
a { background-color: rgb(176,0,51); }
div.DivClassName
{
background-color: #B00033;
}
.BgClassName
{
background-color: #B00033;
}
</style>
border-color css
<style>
span { border-color: #B00033; }
span { border-color: rgb(176,0,51); }
td.TdClassName
{
border-color: #B00033;
}
.TagClassName
{
border-color: #B00033;
}
</style>