Shades of Cardinal #B01D2D
Tints of Cardinal #B01D2D
RGB
CMYK
RGB Variations
Color information
#B01D2D (or 0xB01D2D) is known color: Cardinal. HEX triplet: B0, 1D and 2D. RGB value is (176,29,45). Sum of RGB (Red+Green+Blue) = 176+29+45=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D2D is #4FE2D2. Grayscale: #4A4A4A. Windows color (decimal): -5235411 or 2956720. OLE color: 2956720.
HSL color Cylindrical-coordinate representation of color #B01D2D: hue angle of 353.47º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D2D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 45 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.31 |
| HSL | 353.47º | 0.72% | 0.4% | - |
| HSV(B) | 353.47º | 0.84% | 0.69% | - |
| XYZ | 18.82 | 10.3 | 3.48 | - |
| YUV | 74.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 45 | 0 | 0.84 | 0.74 | 0.31 | 353.47 | 0.72 | 0.4 |
| Hex | B0 | 1D | 2D | 0 | 54 | 4A | 1F | 161 | 48 | 28 |
| Octal | 260 | 35 | 55 | 0 | 124 | 112 | 37 | 541 | 110 | 50 |
| Binary | 10110000 | 11101 | 101101 | 0 | 1010100 | 1001010 | 11111 | 101100001 | 1001000 | 101000 |
Color Harmonies of #B01D2D
Complementary color
Monochromatic Colors of #B01D2D
Black with #B01D2D
Text Example
Text Example
White with #B01D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D2D; }
p { color: rgb(176,29,45); }
H1.HeaderClassName
{
color: #B01D2D;
}
.AnyTagClassName
{
color: #B01D2D;
}
</style>
background-color css
<style>
a { background-color: #B01D2D; }
a { background-color: rgb(176,29,45); }
div.DivClassName
{
background-color: #B01D2D;
}
.BgClassName
{
background-color: #B01D2D;
}
</style>
border-color css
<style>
span { border-color: #B01D2D; }
span { border-color: rgb(176,29,45); }
td.TdClassName
{
border-color: #B01D2D;
}
.TagClassName
{
border-color: #B01D2D;
}
</style>