Shades of Cardinal #B0273D
Tints of Cardinal #B0273D
RGB
CMYK
RGB Variations
Color information
#B0273D (or 0xB0273D) is known color: Cardinal. HEX triplet: B0, 27 and 3D. RGB value is (176,39,61). Sum of RGB (Red+Green+Blue) = 176+39+61=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0273D is #4FD8C2. Grayscale: #525252. Windows color (decimal): -5232835 or 4007856. OLE color: 4007856.
HSL color Cylindrical-coordinate representation of color #B0273D: hue angle of 350.36º 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 #B0273D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 61 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.31 |
| HSL | 350.37º | 0.64% | 0.42% | - |
| HSV(B) | 350.37º | 0.78% | 0.69% | - |
| XYZ | 19.47 | 11.02 | 5.52 | - |
| YUV | 82.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 61 | 0 | 0.78 | 0.65 | 0.31 | 350.37 | 0.64 | 0.42 |
| Hex | B0 | 27 | 3D | 0 | 4E | 41 | 1F | 15E | 40 | 2A |
| Octal | 260 | 47 | 75 | 0 | 116 | 101 | 37 | 536 | 100 | 52 |
| Binary | 10110000 | 100111 | 111101 | 0 | 1001110 | 1000001 | 11111 | 101011110 | 1000000 | 101010 |
Color Harmonies of #B0273D
Complementary color
Monochromatic Colors of #B0273D
Black with #B0273D
Text Example
Text Example
White with #B0273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0273D; }
p { color: rgb(176,39,61); }
H1.HeaderClassName
{
color: #B0273D;
}
.AnyTagClassName
{
color: #B0273D;
}
</style>
background-color css
<style>
a { background-color: #B0273D; }
a { background-color: rgb(176,39,61); }
div.DivClassName
{
background-color: #B0273D;
}
.BgClassName
{
background-color: #B0273D;
}
</style>
border-color css
<style>
span { border-color: #B0273D; }
span { border-color: rgb(176,39,61); }
td.TdClassName
{
border-color: #B0273D;
}
.TagClassName
{
border-color: #B0273D;
}
</style>