Shades of Cardinal #B0113E
Tints of Cardinal #B0113E
RGB
CMYK
RGB Variations
Color information
#B0113E (or 0xB0113E) is known color: Cardinal. HEX triplet: B0, 11 and 3E. RGB value is (176,17,62). Sum of RGB (Red+Green+Blue) = 176+17+62=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0113E is #4FEEC1. Grayscale: #454545. Windows color (decimal): -5238466 or 4067760. OLE color: 4067760.
HSL color Cylindrical-coordinate representation of color #B0113E: hue angle of 343.02º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0113E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 62 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.31 |
| HSL | 343.02º | 0.82% | 0.38% | - |
| HSV(B) | 343.02º | 0.9% | 0.69% | - |
| XYZ | 18.97 | 9.98 | 5.48 | - |
| YUV | 69.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 62 | 0 | 0.90 | 0.65 | 0.31 | 343.02 | 0.82 | 0.38 |
| Hex | B0 | 11 | 3E | 0 | 5A | 41 | 1F | 157 | 52 | 26 |
| Octal | 260 | 21 | 76 | 0 | 132 | 101 | 37 | 527 | 122 | 46 |
| Binary | 10110000 | 10001 | 111110 | 0 | 1011010 | 1000001 | 11111 | 101010111 | 1010010 | 100110 |
Color Harmonies of #B0113E
Complementary color
Monochromatic Colors of #B0113E
Black with #B0113E
Text Example
Text Example
White with #B0113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0113E; }
p { color: rgb(176,17,62); }
H1.HeaderClassName
{
color: #B0113E;
}
.AnyTagClassName
{
color: #B0113E;
}
</style>
background-color css
<style>
a { background-color: #B0113E; }
a { background-color: rgb(176,17,62); }
div.DivClassName
{
background-color: #B0113E;
}
.BgClassName
{
background-color: #B0113E;
}
</style>
border-color css
<style>
span { border-color: #B0113E; }
span { border-color: rgb(176,17,62); }
td.TdClassName
{
border-color: #B0113E;
}
.TagClassName
{
border-color: #B0113E;
}
</style>