Shades of Cardinal #B00B2D
Tints of Cardinal #B00B2D
RGB
CMYK
RGB Variations
Color information
#B00B2D (or 0xB00B2D) is known color: Cardinal. HEX triplet: B0, 0B and 2D. RGB value is (176,11,45). Sum of RGB (Red+Green+Blue) = 176+11+45=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B2D is #4FF4D2. Grayscale: #404040. Windows color (decimal): -5240019 or 2952112. OLE color: 2952112.
HSL color Cylindrical-coordinate representation of color #B00B2D: hue angle of 347.64º 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 #B00B2D is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.31 |
| HSL | 347.64º | 0.88% | 0.37% | - |
| HSV(B) | 347.64º | 0.94% | 0.69% | - |
| XYZ | 18.5 | 9.66 | 3.37 | - |
| YUV | 64.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 45 | 0 | 0.94 | 0.74 | 0.31 | 347.64 | 0.88 | 0.37 |
| Hex | B0 | B | 2D | 0 | 5E | 4A | 1F | 15C | 58 | 25 |
| Octal | 260 | 13 | 55 | 0 | 136 | 112 | 37 | 534 | 130 | 45 |
| Binary | 10110000 | 1011 | 101101 | 0 | 1011110 | 1001010 | 11111 | 101011100 | 1011000 | 100101 |
Color Harmonies of #B00B2D
Complementary color
Monochromatic Colors of #B00B2D
Black with #B00B2D
Text Example
Text Example
White with #B00B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B2D; }
p { color: rgb(176,11,45); }
H1.HeaderClassName
{
color: #B00B2D;
}
.AnyTagClassName
{
color: #B00B2D;
}
</style>
background-color css
<style>
a { background-color: #B00B2D; }
a { background-color: rgb(176,11,45); }
div.DivClassName
{
background-color: #B00B2D;
}
.BgClassName
{
background-color: #B00B2D;
}
</style>
border-color css
<style>
span { border-color: #B00B2D; }
span { border-color: rgb(176,11,45); }
td.TdClassName
{
border-color: #B00B2D;
}
.TagClassName
{
border-color: #B00B2D;
}
</style>