Shades of Cardinal #B0092E
Tints of Cardinal #B0092E
RGB
CMYK
RGB Variations
Color information
#B0092E (or 0xB0092E) is known color: Cardinal. HEX triplet: B0, 09 and 2E. RGB value is (176,9,46). Sum of RGB (Red+Green+Blue) = 176+9+46=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B0092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0092E is #4FF6D1. Grayscale: #3F3F3F. Windows color (decimal): -5240530 or 3017136. OLE color: 3017136.
HSL color Cylindrical-coordinate representation of color #B0092E: hue angle of 346.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0092E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 9 | 46 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.31 |
| HSL | 346.71º | 0.9% | 0.36% | - |
| HSV(B) | 346.71º | 0.95% | 0.69% | - |
| XYZ | 18.5 | 9.62 | 3.47 | - |
| YUV | 63.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 46 | 0 | 0.95 | 0.74 | 0.31 | 346.71 | 0.9 | 0.36 |
| Hex | B0 | 9 | 2E | 0 | 5F | 4A | 1F | 15B | 5A | 24 |
| Octal | 260 | 11 | 56 | 0 | 137 | 112 | 37 | 533 | 132 | 44 |
| Binary | 10110000 | 1001 | 101110 | 0 | 1011111 | 1001010 | 11111 | 101011011 | 1011010 | 100100 |
Color Harmonies of #B0092E
Complementary color
Monochromatic Colors of #B0092E
Black with #B0092E
Text Example
Text Example
White with #B0092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0092E; }
p { color: rgb(176,9,46); }
H1.HeaderClassName
{
color: #B0092E;
}
.AnyTagClassName
{
color: #B0092E;
}
</style>
background-color css
<style>
a { background-color: #B0092E; }
a { background-color: rgb(176,9,46); }
div.DivClassName
{
background-color: #B0092E;
}
.BgClassName
{
background-color: #B0092E;
}
</style>
border-color css
<style>
span { border-color: #B0092E; }
span { border-color: rgb(176,9,46); }
td.TdClassName
{
border-color: #B0092E;
}
.TagClassName
{
border-color: #B0092E;
}
</style>