Shades of Cardinal #B1092C
Tints of Cardinal #B1092C
RGB
CMYK
RGB Variations
Color information
#B1092C (or 0xB1092C) is known color: Cardinal. HEX triplet: B1, 09 and 2C. RGB value is (177,9,44). Sum of RGB (Red+Green+Blue) = 177+9+44=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B1092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1092C is #4EF6D3. Grayscale: #3F3F3F. Windows color (decimal): -5174996 or 2886065. OLE color: 2886065.
HSL color Cylindrical-coordinate representation of color #B1092C: hue angle of 347.5º 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 #B1092C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 44 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.31 |
| HSL | 347.5º | 0.9% | 0.36% | - |
| HSV(B) | 347.5º | 0.95% | 0.69% | - |
| XYZ | 18.68 | 9.72 | 3.28 | - |
| YUV | 63.22 | 117.16 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 44 | 0 | 0.95 | 0.75 | 0.31 | 347.5 | 0.9 | 0.36 |
| Hex | B1 | 9 | 2C | 0 | 5F | 4B | 1F | 15C | 5A | 24 |
| Octal | 261 | 11 | 54 | 0 | 137 | 113 | 37 | 534 | 132 | 44 |
| Binary | 10110001 | 1001 | 101100 | 0 | 1011111 | 1001011 | 11111 | 101011100 | 1011010 | 100100 |
Color Harmonies of #B1092C
Complementary color
Monochromatic Colors of #B1092C
Black with #B1092C
Text Example
Text Example
White with #B1092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1092C; }
p { color: rgb(177,9,44); }
H1.HeaderClassName
{
color: #B1092C;
}
.AnyTagClassName
{
color: #B1092C;
}
</style>
background-color css
<style>
a { background-color: #B1092C; }
a { background-color: rgb(177,9,44); }
div.DivClassName
{
background-color: #B1092C;
}
.BgClassName
{
background-color: #B1092C;
}
</style>
border-color css
<style>
span { border-color: #B1092C; }
span { border-color: rgb(177,9,44); }
td.TdClassName
{
border-color: #B1092C;
}
.TagClassName
{
border-color: #B1092C;
}
</style>