Shades of Cardinal #B1052F
Tints of Cardinal #B1052F
RGB
CMYK
RGB Variations
Color information
#B1052F (or 0xB1052F) is known color: Cardinal. HEX triplet: B1, 05 and 2F. RGB value is (177,5,47). Sum of RGB (Red+Green+Blue) = 177+5+47=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1052F is #4EFAD0. Grayscale: #3D3D3D. Windows color (decimal): -5176017 or 3081649. OLE color: 3081649.
HSL color Cylindrical-coordinate representation of color #B1052F: hue angle of 345.35º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1052F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.31 |
| HSL | 345.35º | 0.95% | 0.36% | - |
| HSV(B) | 345.35º | 0.97% | 0.69% | - |
| XYZ | 18.7 | 9.66 | 3.57 | - |
| YUV | 61.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 47 | 0 | 0.97 | 0.73 | 0.31 | 345.35 | 0.95 | 0.36 |
| Hex | B1 | 5 | 2F | 0 | 61 | 49 | 1F | 159 | 5F | 24 |
| Octal | 261 | 5 | 57 | 0 | 141 | 111 | 37 | 531 | 137 | 44 |
| Binary | 10110001 | 101 | 101111 | 0 | 1100001 | 1001001 | 11111 | 101011001 | 1011111 | 100100 |
Color Harmonies of #B1052F
Complementary color
Monochromatic Colors of #B1052F
Black with #B1052F
Text Example
Text Example
White with #B1052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1052F; }
p { color: rgb(177,5,47); }
H1.HeaderClassName
{
color: #B1052F;
}
.AnyTagClassName
{
color: #B1052F;
}
</style>
background-color css
<style>
a { background-color: #B1052F; }
a { background-color: rgb(177,5,47); }
div.DivClassName
{
background-color: #B1052F;
}
.BgClassName
{
background-color: #B1052F;
}
</style>
border-color css
<style>
span { border-color: #B1052F; }
span { border-color: rgb(177,5,47); }
td.TdClassName
{
border-color: #B1052F;
}
.TagClassName
{
border-color: #B1052F;
}
</style>