Shades of Cardinal #B1243B
Tints of Cardinal #B1243B
RGB
CMYK
RGB Variations
Color information
#B1243B (or 0xB1243B) is known color: Cardinal. HEX triplet: B1, 24 and 3B. RGB value is (177,36,59). Sum of RGB (Red+Green+Blue) = 177+36+59=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1243B is #4EDBC4. Grayscale: #505050. Windows color (decimal): -5168069 or 3876017. OLE color: 3876017.
HSL color Cylindrical-coordinate representation of color #B1243B: hue angle of 350.21º degrees, saturation: 0.66, 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 #B1243B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 59 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.31 |
| HSL | 350.21º | 0.66% | 0.42% | - |
| HSV(B) | 350.21º | 0.8% | 0.69% | - |
| XYZ | 19.55 | 10.92 | 5.22 | - |
| YUV | 80.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 59 | 0 | 0.80 | 0.67 | 0.31 | 350.21 | 0.66 | 0.42 |
| Hex | B1 | 24 | 3B | 0 | 50 | 43 | 1F | 15E | 42 | 2A |
| Octal | 261 | 44 | 73 | 0 | 120 | 103 | 37 | 536 | 102 | 52 |
| Binary | 10110001 | 100100 | 111011 | 0 | 1010000 | 1000011 | 11111 | 101011110 | 1000010 | 101010 |
Color Harmonies of #B1243B
Complementary color
Monochromatic Colors of #B1243B
Black with #B1243B
Text Example
Text Example
White with #B1243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1243B; }
p { color: rgb(177,36,59); }
H1.HeaderClassName
{
color: #B1243B;
}
.AnyTagClassName
{
color: #B1243B;
}
</style>
background-color css
<style>
a { background-color: #B1243B; }
a { background-color: rgb(177,36,59); }
div.DivClassName
{
background-color: #B1243B;
}
.BgClassName
{
background-color: #B1243B;
}
</style>
border-color css
<style>
span { border-color: #B1243B; }
span { border-color: rgb(177,36,59); }
td.TdClassName
{
border-color: #B1243B;
}
.TagClassName
{
border-color: #B1243B;
}
</style>