Shades of Cardinal #B1092B
Tints of Cardinal #B1092B
RGB
CMYK
RGB Variations
Color information
#B1092B (or 0xB1092B) is known color: Cardinal. HEX triplet: B1, 09 and 2B. RGB value is (177,9,43). Sum of RGB (Red+Green+Blue) = 177+9+43=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1092B is #4EF6D4. Grayscale: #3F3F3F. Windows color (decimal): -5174997 or 2820529. OLE color: 2820529.
HSL color Cylindrical-coordinate representation of color #B1092B: hue angle of 347.86º 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 #B1092B is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.31 |
| HSL | 347.86º | 0.9% | 0.36% | - |
| HSV(B) | 347.86º | 0.95% | 0.69% | - |
| XYZ | 18.67 | 9.72 | 3.18 | - |
| YUV | 63.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 43 | 0 | 0.95 | 0.76 | 0.31 | 347.86 | 0.9 | 0.36 |
| Hex | B1 | 9 | 2B | 0 | 5F | 4C | 1F | 15C | 5A | 24 |
| Octal | 261 | 11 | 53 | 0 | 137 | 114 | 37 | 534 | 132 | 44 |
| Binary | 10110001 | 1001 | 101011 | 0 | 1011111 | 1001100 | 11111 | 101011100 | 1011010 | 100100 |
Color Harmonies of #B1092B
Complementary color
Monochromatic Colors of #B1092B
Black with #B1092B
Text Example
Text Example
White with #B1092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1092B; }
p { color: rgb(177,9,43); }
H1.HeaderClassName
{
color: #B1092B;
}
.AnyTagClassName
{
color: #B1092B;
}
</style>
background-color css
<style>
a { background-color: #B1092B; }
a { background-color: rgb(177,9,43); }
div.DivClassName
{
background-color: #B1092B;
}
.BgClassName
{
background-color: #B1092B;
}
</style>
border-color css
<style>
span { border-color: #B1092B; }
span { border-color: rgb(177,9,43); }
td.TdClassName
{
border-color: #B1092B;
}
.TagClassName
{
border-color: #B1092B;
}
</style>