Shades of Cardinal #B1253F
Tints of Cardinal #B1253F
RGB
CMYK
RGB Variations
Color information
#B1253F (or 0xB1253F) is known color: Cardinal. HEX triplet: B1, 25 and 3F. RGB value is (177,37,63). Sum of RGB (Red+Green+Blue) = 177+37+63=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1253F is #4EDAC0. Grayscale: #515151. Windows color (decimal): -5167809 or 4138417. OLE color: 4138417.
HSL color Cylindrical-coordinate representation of color #B1253F: hue angle of 348.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1253F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 63 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.31 |
| HSL | 348.86º | 0.65% | 0.42% | - |
| HSV(B) | 348.86º | 0.79% | 0.69% | - |
| XYZ | 19.69 | 11.03 | 5.79 | - |
| YUV | 81.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 63 | 0 | 0.79 | 0.64 | 0.31 | 348.86 | 0.65 | 0.42 |
| Hex | B1 | 25 | 3F | 0 | 4F | 40 | 1F | 15D | 41 | 2A |
| Octal | 261 | 45 | 77 | 0 | 117 | 100 | 37 | 535 | 101 | 52 |
| Binary | 10110001 | 100101 | 111111 | 0 | 1001111 | 1000000 | 11111 | 101011101 | 1000001 | 101010 |
Color Harmonies of #B1253F
Complementary color
Monochromatic Colors of #B1253F
Black with #B1253F
Text Example
Text Example
White with #B1253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1253F; }
p { color: rgb(177,37,63); }
H1.HeaderClassName
{
color: #B1253F;
}
.AnyTagClassName
{
color: #B1253F;
}
</style>
background-color css
<style>
a { background-color: #B1253F; }
a { background-color: rgb(177,37,63); }
div.DivClassName
{
background-color: #B1253F;
}
.BgClassName
{
background-color: #B1253F;
}
</style>
border-color css
<style>
span { border-color: #B1253F; }
span { border-color: rgb(177,37,63); }
td.TdClassName
{
border-color: #B1253F;
}
.TagClassName
{
border-color: #B1253F;
}
</style>