Shades of Cardinal #B1072F
Tints of Cardinal #B1072F
RGB
CMYK
RGB Variations
Color information
#B1072F (or 0xB1072F) is known color: Cardinal. HEX triplet: B1, 07 and 2F. RGB value is (177,7,47). Sum of RGB (Red+Green+Blue) = 177+7+47=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B1072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1072F is #4EF8D0. Grayscale: #3E3E3E. Windows color (decimal): -5175505 or 3082161. OLE color: 3082161.
HSL color Cylindrical-coordinate representation of color #B1072F: hue angle of 345.88º 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 #B1072F is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.31 |
| HSL | 345.88º | 0.92% | 0.36% | - |
| HSV(B) | 345.88º | 0.96% | 0.69% | - |
| XYZ | 18.72 | 9.7 | 3.58 | - |
| YUV | 62.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 47 | 0 | 0.96 | 0.73 | 0.31 | 345.88 | 0.92 | 0.36 |
| Hex | B1 | 7 | 2F | 0 | 60 | 49 | 1F | 15A | 5C | 24 |
| Octal | 261 | 7 | 57 | 0 | 140 | 111 | 37 | 532 | 134 | 44 |
| Binary | 10110001 | 111 | 101111 | 0 | 1100000 | 1001001 | 11111 | 101011010 | 1011100 | 100100 |
Color Harmonies of #B1072F
Complementary color
Monochromatic Colors of #B1072F
Black with #B1072F
Text Example
Text Example
White with #B1072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1072F; }
p { color: rgb(177,7,47); }
H1.HeaderClassName
{
color: #B1072F;
}
.AnyTagClassName
{
color: #B1072F;
}
</style>
background-color css
<style>
a { background-color: #B1072F; }
a { background-color: rgb(177,7,47); }
div.DivClassName
{
background-color: #B1072F;
}
.BgClassName
{
background-color: #B1072F;
}
</style>
border-color css
<style>
span { border-color: #B1072F; }
span { border-color: rgb(177,7,47); }
td.TdClassName
{
border-color: #B1072F;
}
.TagClassName
{
border-color: #B1072F;
}
</style>