Shades of Cardinal #B1232F
Tints of Cardinal #B1232F
RGB
CMYK
RGB Variations
Color information
#B1232F (or 0xB1232F) is known color: Cardinal. HEX triplet: B1, 23 and 2F. RGB value is (177,35,47). Sum of RGB (Red+Green+Blue) = 177+35+47=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1232F is #4EDCD0. Grayscale: #4E4E4E. Windows color (decimal): -5168337 or 3089329. OLE color: 3089329.
HSL color Cylindrical-coordinate representation of color #B1232F: hue angle of 354.93º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1232F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.31 |
| HSL | 354.93º | 0.67% | 0.42% | - |
| HSV(B) | 354.93º | 0.8% | 0.69% | - |
| XYZ | 19.25 | 10.75 | 3.75 | - |
| YUV | 78.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 47 | 0 | 0.80 | 0.73 | 0.31 | 354.93 | 0.67 | 0.42 |
| Hex | B1 | 23 | 2F | 0 | 50 | 49 | 1F | 163 | 43 | 2A |
| Octal | 261 | 43 | 57 | 0 | 120 | 111 | 37 | 543 | 103 | 52 |
| Binary | 10110001 | 100011 | 101111 | 0 | 1010000 | 1001001 | 11111 | 101100011 | 1000011 | 101010 |
Color Harmonies of #B1232F
Complementary color
Monochromatic Colors of #B1232F
Black with #B1232F
Text Example
Text Example
White with #B1232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1232F; }
p { color: rgb(177,35,47); }
H1.HeaderClassName
{
color: #B1232F;
}
.AnyTagClassName
{
color: #B1232F;
}
</style>
background-color css
<style>
a { background-color: #B1232F; }
a { background-color: rgb(177,35,47); }
div.DivClassName
{
background-color: #B1232F;
}
.BgClassName
{
background-color: #B1232F;
}
</style>
border-color css
<style>
span { border-color: #B1232F; }
span { border-color: rgb(177,35,47); }
td.TdClassName
{
border-color: #B1232F;
}
.TagClassName
{
border-color: #B1232F;
}
</style>