Shades of Cardinal #B1183C
Tints of Cardinal #B1183C
RGB
CMYK
RGB Variations
Color information
#B1183C (or 0xB1183C) is known color: Cardinal. HEX triplet: B1, 18 and 3C. RGB value is (177,24,60). Sum of RGB (Red+Green+Blue) = 177+24+60=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1183C is #4EE7C3. Grayscale: #494949. Windows color (decimal): -5171140 or 3938481. OLE color: 3938481.
HSL color Cylindrical-coordinate representation of color #B1183C: hue angle of 345.88º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1183C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 60 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.31 |
| HSL | 345.88º | 0.76% | 0.39% | - |
| HSV(B) | 345.88º | 0.86% | 0.69% | - |
| XYZ | 19.27 | 10.33 | 5.25 | - |
| YUV | 73.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 60 | 0 | 0.86 | 0.66 | 0.31 | 345.88 | 0.76 | 0.39 |
| Hex | B1 | 18 | 3C | 0 | 56 | 42 | 1F | 15A | 4C | 27 |
| Octal | 261 | 30 | 74 | 0 | 126 | 102 | 37 | 532 | 114 | 47 |
| Binary | 10110001 | 11000 | 111100 | 0 | 1010110 | 1000010 | 11111 | 101011010 | 1001100 | 100111 |
Color Harmonies of #B1183C
Complementary color
Monochromatic Colors of #B1183C
Black with #B1183C
Text Example
Text Example
White with #B1183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1183C; }
p { color: rgb(177,24,60); }
H1.HeaderClassName
{
color: #B1183C;
}
.AnyTagClassName
{
color: #B1183C;
}
</style>
background-color css
<style>
a { background-color: #B1183C; }
a { background-color: rgb(177,24,60); }
div.DivClassName
{
background-color: #B1183C;
}
.BgClassName
{
background-color: #B1183C;
}
</style>
border-color css
<style>
span { border-color: #B1183C; }
span { border-color: rgb(177,24,60); }
td.TdClassName
{
border-color: #B1183C;
}
.TagClassName
{
border-color: #B1183C;
}
</style>