Shades of Cardinal #B01B2D
Tints of Cardinal #B01B2D
RGB
CMYK
RGB Variations
Color information
#B01B2D (or 0xB01B2D) is known color: Cardinal. HEX triplet: B0, 1B and 2D. RGB value is (176,27,45). Sum of RGB (Red+Green+Blue) = 176+27+45=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B2D is #4FE4D2. Grayscale: #494949. Windows color (decimal): -5235923 or 2956208. OLE color: 2956208.
HSL color Cylindrical-coordinate representation of color #B01B2D: hue angle of 352.75º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B2D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 27 | 45 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.31 |
| HSL | 352.75º | 0.73% | 0.4% | - |
| HSV(B) | 352.75º | 0.85% | 0.69% | - |
| XYZ | 18.77 | 10.2 | 3.46 | - |
| YUV | 73.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 45 | 0 | 0.85 | 0.74 | 0.31 | 352.75 | 0.73 | 0.4 |
| Hex | B0 | 1B | 2D | 0 | 55 | 4A | 1F | 161 | 49 | 28 |
| Octal | 260 | 33 | 55 | 0 | 125 | 112 | 37 | 541 | 111 | 50 |
| Binary | 10110000 | 11011 | 101101 | 0 | 1010101 | 1001010 | 11111 | 101100001 | 1001001 | 101000 |
Color Harmonies of #B01B2D
Complementary color
Monochromatic Colors of #B01B2D
Black with #B01B2D
Text Example
Text Example
White with #B01B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01B2D; }
p { color: rgb(176,27,45); }
H1.HeaderClassName
{
color: #B01B2D;
}
.AnyTagClassName
{
color: #B01B2D;
}
</style>
background-color css
<style>
a { background-color: #B01B2D; }
a { background-color: rgb(176,27,45); }
div.DivClassName
{
background-color: #B01B2D;
}
.BgClassName
{
background-color: #B01B2D;
}
</style>
border-color css
<style>
span { border-color: #B01B2D; }
span { border-color: rgb(176,27,45); }
td.TdClassName
{
border-color: #B01B2D;
}
.TagClassName
{
border-color: #B01B2D;
}
</style>