Shades of Cardinal #B1092D
Tints of Cardinal #B1092D
RGB
CMYK
RGB Variations
Color information
#B1092D (or 0xB1092D) is known color: Cardinal. HEX triplet: B1, 09 and 2D. RGB value is (177,9,45). Sum of RGB (Red+Green+Blue) = 177+9+45=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B1092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1092D is #4EF6D2. Grayscale: #3F3F3F. Windows color (decimal): -5174995 or 2951601. OLE color: 2951601.
HSL color Cylindrical-coordinate representation of color #B1092D: hue angle of 347.14º 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 #B1092D is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.31 |
| HSL | 347.14º | 0.9% | 0.36% | - |
| HSV(B) | 347.14º | 0.95% | 0.69% | - |
| XYZ | 18.7 | 9.73 | 3.38 | - |
| YUV | 63.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 45 | 0 | 0.95 | 0.75 | 0.31 | 347.14 | 0.9 | 0.36 |
| Hex | B1 | 9 | 2D | 0 | 5F | 4B | 1F | 15B | 5A | 24 |
| Octal | 261 | 11 | 55 | 0 | 137 | 113 | 37 | 533 | 132 | 44 |
| Binary | 10110001 | 1001 | 101101 | 0 | 1011111 | 1001011 | 11111 | 101011011 | 1011010 | 100100 |
Color Harmonies of #B1092D
Complementary color
Monochromatic Colors of #B1092D
Black with #B1092D
Text Example
Text Example
White with #B1092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1092D; }
p { color: rgb(177,9,45); }
H1.HeaderClassName
{
color: #B1092D;
}
.AnyTagClassName
{
color: #B1092D;
}
</style>
background-color css
<style>
a { background-color: #B1092D; }
a { background-color: rgb(177,9,45); }
div.DivClassName
{
background-color: #B1092D;
}
.BgClassName
{
background-color: #B1092D;
}
</style>
border-color css
<style>
span { border-color: #B1092D; }
span { border-color: rgb(177,9,45); }
td.TdClassName
{
border-color: #B1092D;
}
.TagClassName
{
border-color: #B1092D;
}
</style>