Shades of Cardinal #B00E2D
Tints of Cardinal #B00E2D
RGB
CMYK
RGB Variations
Color information
#B00E2D (or 0xB00E2D) is known color: Cardinal. HEX triplet: B0, 0E and 2D. RGB value is (176,14,45). Sum of RGB (Red+Green+Blue) = 176+14+45=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E2D is #4FF1D2. Grayscale: #424242. Windows color (decimal): -5239251 or 2952880. OLE color: 2952880.
HSL color Cylindrical-coordinate representation of color #B00E2D: hue angle of 348.52º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E2D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 14 | 45 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.31 |
| HSL | 348.52º | 0.85% | 0.37% | - |
| HSV(B) | 348.52º | 0.92% | 0.69% | - |
| XYZ | 18.54 | 9.73 | 3.38 | - |
| YUV | 65.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 45 | 0 | 0.92 | 0.74 | 0.31 | 348.52 | 0.85 | 0.37 |
| Hex | B0 | E | 2D | 0 | 5C | 4A | 1F | 15D | 55 | 25 |
| Octal | 260 | 16 | 55 | 0 | 134 | 112 | 37 | 535 | 125 | 45 |
| Binary | 10110000 | 1110 | 101101 | 0 | 1011100 | 1001010 | 11111 | 101011101 | 1010101 | 100101 |
Color Harmonies of #B00E2D
Complementary color
Monochromatic Colors of #B00E2D
Black with #B00E2D
Text Example
Text Example
White with #B00E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00E2D; }
p { color: rgb(176,14,45); }
H1.HeaderClassName
{
color: #B00E2D;
}
.AnyTagClassName
{
color: #B00E2D;
}
</style>
background-color css
<style>
a { background-color: #B00E2D; }
a { background-color: rgb(176,14,45); }
div.DivClassName
{
background-color: #B00E2D;
}
.BgClassName
{
background-color: #B00E2D;
}
</style>
border-color css
<style>
span { border-color: #B00E2D; }
span { border-color: rgb(176,14,45); }
td.TdClassName
{
border-color: #B00E2D;
}
.TagClassName
{
border-color: #B00E2D;
}
</style>