Shades of Cardinal #B1283D
Tints of Cardinal #B1283D
RGB
CMYK
RGB Variations
Color information
#B1283D (or 0xB1283D) is known color: Cardinal. HEX triplet: B1, 28 and 3D. RGB value is (177,40,61). Sum of RGB (Red+Green+Blue) = 177+40+61=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1283D is #4ED7C2. Grayscale: #535353. Windows color (decimal): -5167043 or 4008113. OLE color: 4008113.
HSL color Cylindrical-coordinate representation of color #B1283D: hue angle of 350.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1283D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 61 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.31 |
| HSL | 350.8º | 0.63% | 0.43% | - |
| HSV(B) | 350.8º | 0.77% | 0.69% | - |
| XYZ | 19.73 | 11.2 | 5.54 | - |
| YUV | 83.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 61 | 0 | 0.77 | 0.66 | 0.31 | 350.8 | 0.63 | 0.43 |
| Hex | B1 | 28 | 3D | 0 | 4D | 42 | 1F | 15F | 3F | 2B |
| Octal | 261 | 50 | 75 | 0 | 115 | 102 | 37 | 537 | 77 | 53 |
| Binary | 10110001 | 101000 | 111101 | 0 | 1001101 | 1000010 | 11111 | 101011111 | 111111 | 101011 |
Color Harmonies of #B1283D
Complementary color
Monochromatic Colors of #B1283D
Black with #B1283D
Text Example
Text Example
White with #B1283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1283D; }
p { color: rgb(177,40,61); }
H1.HeaderClassName
{
color: #B1283D;
}
.AnyTagClassName
{
color: #B1283D;
}
</style>
background-color css
<style>
a { background-color: #B1283D; }
a { background-color: rgb(177,40,61); }
div.DivClassName
{
background-color: #B1283D;
}
.BgClassName
{
background-color: #B1283D;
}
</style>
border-color css
<style>
span { border-color: #B1283D; }
span { border-color: rgb(177,40,61); }
td.TdClassName
{
border-color: #B1283D;
}
.TagClassName
{
border-color: #B1283D;
}
</style>