Shades of Cardinal #B00B2B
Tints of Cardinal #B00B2B
RGB
CMYK
RGB Variations
Color information
#B00B2B (or 0xB00B2B) is known color: Cardinal. HEX triplet: B0, 0B and 2B. RGB value is (176,11,43). Sum of RGB (Red+Green+Blue) = 176+11+43=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B2B is #4FF4D4. Grayscale: #404040. Windows color (decimal): -5240021 or 2821040. OLE color: 2821040.
HSL color Cylindrical-coordinate representation of color #B00B2B: hue angle of 348.36º 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 #B00B2B is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 43 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.31 |
| HSL | 348.36º | 0.88% | 0.37% | - |
| HSV(B) | 348.36º | 0.94% | 0.69% | - |
| XYZ | 18.46 | 9.64 | 3.17 | - |
| YUV | 63.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 43 | 0 | 0.94 | 0.76 | 0.31 | 348.36 | 0.88 | 0.37 |
| Hex | B0 | B | 2B | 0 | 5E | 4C | 1F | 15C | 58 | 25 |
| Octal | 260 | 13 | 53 | 0 | 136 | 114 | 37 | 534 | 130 | 45 |
| Binary | 10110000 | 1011 | 101011 | 0 | 1011110 | 1001100 | 11111 | 101011100 | 1011000 | 100101 |
Color Harmonies of #B00B2B
Complementary color
Monochromatic Colors of #B00B2B
Black with #B00B2B
Text Example
Text Example
White with #B00B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B2B; }
p { color: rgb(176,11,43); }
H1.HeaderClassName
{
color: #B00B2B;
}
.AnyTagClassName
{
color: #B00B2B;
}
</style>
background-color css
<style>
a { background-color: #B00B2B; }
a { background-color: rgb(176,11,43); }
div.DivClassName
{
background-color: #B00B2B;
}
.BgClassName
{
background-color: #B00B2B;
}
</style>
border-color css
<style>
span { border-color: #B00B2B; }
span { border-color: rgb(176,11,43); }
td.TdClassName
{
border-color: #B00B2B;
}
.TagClassName
{
border-color: #B00B2B;
}
</style>