Shades of Cardinal #B01D3D
Tints of Cardinal #B01D3D
RGB
CMYK
RGB Variations
Color information
#B01D3D (or 0xB01D3D) is known color: Cardinal. HEX triplet: B0, 1D and 3D. RGB value is (176,29,61). Sum of RGB (Red+Green+Blue) = 176+29+61=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D3D is #4FE2C2. Grayscale: #4C4C4C. Windows color (decimal): -5235395 or 4005296. OLE color: 4005296.
HSL color Cylindrical-coordinate representation of color #B01D3D: hue angle of 346.94º 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 #B01D3D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 61 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.31 |
| HSL | 346.94º | 0.72% | 0.4% | - |
| HSV(B) | 346.94º | 0.84% | 0.69% | - |
| XYZ | 19.19 | 10.45 | 5.42 | - |
| YUV | 76.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 61 | 0 | 0.84 | 0.65 | 0.31 | 346.94 | 0.72 | 0.4 |
| Hex | B0 | 1D | 3D | 0 | 54 | 41 | 1F | 15B | 48 | 28 |
| Octal | 260 | 35 | 75 | 0 | 124 | 101 | 37 | 533 | 110 | 50 |
| Binary | 10110000 | 11101 | 111101 | 0 | 1010100 | 1000001 | 11111 | 101011011 | 1001000 | 101000 |
Color Harmonies of #B01D3D
Complementary color
Monochromatic Colors of #B01D3D
Black with #B01D3D
Text Example
Text Example
White with #B01D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D3D; }
p { color: rgb(176,29,61); }
H1.HeaderClassName
{
color: #B01D3D;
}
.AnyTagClassName
{
color: #B01D3D;
}
</style>
background-color css
<style>
a { background-color: #B01D3D; }
a { background-color: rgb(176,29,61); }
div.DivClassName
{
background-color: #B01D3D;
}
.BgClassName
{
background-color: #B01D3D;
}
</style>
border-color css
<style>
span { border-color: #B01D3D; }
span { border-color: rgb(176,29,61); }
td.TdClassName
{
border-color: #B01D3D;
}
.TagClassName
{
border-color: #B01D3D;
}
</style>