Shades of Cardinal #B00B34
Tints of Cardinal #B00B34
RGB
CMYK
RGB Variations
Color information
#B00B34 (or 0xB00B34) is known color: Cardinal. HEX triplet: B0, 0B and 34. RGB value is (176,11,52). Sum of RGB (Red+Green+Blue) = 176+11+52=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B34 is #4FF4CB. Grayscale: #414141. Windows color (decimal): -5240012 or 3410864. OLE color: 3410864.
HSL color Cylindrical-coordinate representation of color #B00B34: hue angle of 345.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B34 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 52 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.31 |
| HSL | 345.09º | 0.88% | 0.37% | - |
| HSV(B) | 345.09º | 0.94% | 0.69% | - |
| XYZ | 18.64 | 9.72 | 4.14 | - |
| YUV | 65.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 52 | 0 | 0.94 | 0.70 | 0.31 | 345.09 | 0.88 | 0.37 |
| Hex | B0 | B | 34 | 0 | 5E | 46 | 1F | 159 | 58 | 25 |
| Octal | 260 | 13 | 64 | 0 | 136 | 106 | 37 | 531 | 130 | 45 |
| Binary | 10110000 | 1011 | 110100 | 0 | 1011110 | 1000110 | 11111 | 101011001 | 1011000 | 100101 |
Color Harmonies of #B00B34
Complementary color
Monochromatic Colors of #B00B34
Black with #B00B34
Text Example
Text Example
White with #B00B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B34; }
p { color: rgb(176,11,52); }
H1.HeaderClassName
{
color: #B00B34;
}
.AnyTagClassName
{
color: #B00B34;
}
</style>
background-color css
<style>
a { background-color: #B00B34; }
a { background-color: rgb(176,11,52); }
div.DivClassName
{
background-color: #B00B34;
}
.BgClassName
{
background-color: #B00B34;
}
</style>
border-color css
<style>
span { border-color: #B00B34; }
span { border-color: rgb(176,11,52); }
td.TdClassName
{
border-color: #B00B34;
}
.TagClassName
{
border-color: #B00B34;
}
</style>