Shades of Cardinal #B1072C
Tints of Cardinal #B1072C
RGB
CMYK
RGB Variations
Color information
#B1072C (or 0xB1072C) is known color: Cardinal. HEX triplet: B1, 07 and 2C. RGB value is (177,7,44). Sum of RGB (Red+Green+Blue) = 177+7+44=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B1072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1072C is #4EF8D3. Grayscale: #3E3E3E. Windows color (decimal): -5175508 or 2885553. OLE color: 2885553.
HSL color Cylindrical-coordinate representation of color #B1072C: hue angle of 346.94º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1072C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.31 |
| HSL | 346.94º | 0.92% | 0.36% | - |
| HSV(B) | 346.94º | 0.96% | 0.69% | - |
| XYZ | 18.66 | 9.68 | 3.27 | - |
| YUV | 62.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 44 | 0 | 0.96 | 0.75 | 0.31 | 346.94 | 0.92 | 0.36 |
| Hex | B1 | 7 | 2C | 0 | 60 | 4B | 1F | 15B | 5C | 24 |
| Octal | 261 | 7 | 54 | 0 | 140 | 113 | 37 | 533 | 134 | 44 |
| Binary | 10110001 | 111 | 101100 | 0 | 1100000 | 1001011 | 11111 | 101011011 | 1011100 | 100100 |
Color Harmonies of #B1072C
Complementary color
Monochromatic Colors of #B1072C
Black with #B1072C
Text Example
Text Example
White with #B1072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1072C; }
p { color: rgb(177,7,44); }
H1.HeaderClassName
{
color: #B1072C;
}
.AnyTagClassName
{
color: #B1072C;
}
</style>
background-color css
<style>
a { background-color: #B1072C; }
a { background-color: rgb(177,7,44); }
div.DivClassName
{
background-color: #B1072C;
}
.BgClassName
{
background-color: #B1072C;
}
</style>
border-color css
<style>
span { border-color: #B1072C; }
span { border-color: rgb(177,7,44); }
td.TdClassName
{
border-color: #B1072C;
}
.TagClassName
{
border-color: #B1072C;
}
</style>