Shades of Cardinal #B0272D
Tints of Cardinal #B0272D
RGB
CMYK
RGB Variations
Color information
#B0272D (or 0xB0272D) is known color: Cardinal. HEX triplet: B0, 27 and 2D. RGB value is (176,39,45). Sum of RGB (Red+Green+Blue) = 176+39+45=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0272D is #4FD8D2. Grayscale: #505050. Windows color (decimal): -5232851 or 2959280. OLE color: 2959280.
HSL color Cylindrical-coordinate representation of color #B0272D: hue angle of 357.37º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0272D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 45 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.31 |
| HSL | 357.37º | 0.64% | 0.42% | - |
| HSV(B) | 357.37º | 0.78% | 0.69% | - |
| XYZ | 19.1 | 10.87 | 3.57 | - |
| YUV | 80.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 45 | 0 | 0.78 | 0.74 | 0.31 | 357.37 | 0.64 | 0.42 |
| Hex | B0 | 27 | 2D | 0 | 4E | 4A | 1F | 165 | 40 | 2A |
| Octal | 260 | 47 | 55 | 0 | 116 | 112 | 37 | 545 | 100 | 52 |
| Binary | 10110000 | 100111 | 101101 | 0 | 1001110 | 1001010 | 11111 | 101100101 | 1000000 | 101010 |
Color Harmonies of #B0272D
Complementary color
Monochromatic Colors of #B0272D
Black with #B0272D
Text Example
Text Example
White with #B0272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0272D; }
p { color: rgb(176,39,45); }
H1.HeaderClassName
{
color: #B0272D;
}
.AnyTagClassName
{
color: #B0272D;
}
</style>
background-color css
<style>
a { background-color: #B0272D; }
a { background-color: rgb(176,39,45); }
div.DivClassName
{
background-color: #B0272D;
}
.BgClassName
{
background-color: #B0272D;
}
</style>
border-color css
<style>
span { border-color: #B0272D; }
span { border-color: rgb(176,39,45); }
td.TdClassName
{
border-color: #B0272D;
}
.TagClassName
{
border-color: #B0272D;
}
</style>