Shades of Cardinal #B1103C
Tints of Cardinal #B1103C
RGB
CMYK
RGB Variations
Color information
#B1103C (or 0xB1103C) is known color: Cardinal. HEX triplet: B1, 10 and 3C. RGB value is (177,16,60). Sum of RGB (Red+Green+Blue) = 177+16+60=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1103C is #4EEFC3. Grayscale: #454545. Windows color (decimal): -5173188 or 3936433. OLE color: 3936433.
HSL color Cylindrical-coordinate representation of color #B1103C: hue angle of 343.6º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1103C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.31 |
| HSL | 343.6º | 0.83% | 0.38% | - |
| HSV(B) | 343.6º | 0.91% | 0.69% | - |
| XYZ | 19.13 | 10.04 | 5.21 | - |
| YUV | 69.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 60 | 0 | 0.91 | 0.66 | 0.31 | 343.6 | 0.83 | 0.38 |
| Hex | B1 | 10 | 3C | 0 | 5B | 42 | 1F | 158 | 53 | 26 |
| Octal | 261 | 20 | 74 | 0 | 133 | 102 | 37 | 530 | 123 | 46 |
| Binary | 10110001 | 10000 | 111100 | 0 | 1011011 | 1000010 | 11111 | 101011000 | 1010011 | 100110 |
Color Harmonies of #B1103C
Complementary color
Monochromatic Colors of #B1103C
Black with #B1103C
Text Example
Text Example
White with #B1103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1103C; }
p { color: rgb(177,16,60); }
H1.HeaderClassName
{
color: #B1103C;
}
.AnyTagClassName
{
color: #B1103C;
}
</style>
background-color css
<style>
a { background-color: #B1103C; }
a { background-color: rgb(177,16,60); }
div.DivClassName
{
background-color: #B1103C;
}
.BgClassName
{
background-color: #B1103C;
}
</style>
border-color css
<style>
span { border-color: #B1103C; }
span { border-color: rgb(177,16,60); }
td.TdClassName
{
border-color: #B1103C;
}
.TagClassName
{
border-color: #B1103C;
}
</style>