Shades of Cardinal #BF133C
Tints of Cardinal #BF133C
RGB
CMYK
RGB Variations
Color information
#BF133C (or 0xBF133C) is known color: Cardinal. HEX triplet: BF, 13 and 3C. RGB value is (191,19,60). Sum of RGB (Red+Green+Blue) = 191+19+60=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF133C is #40ECC3. Grayscale: #4B4B4B. Windows color (decimal): -4254916 or 3937215. OLE color: 3937215.
HSL color Cylindrical-coordinate representation of color #BF133C: hue angle of 345.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF133C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.25 |
| HSL | 345.7º | 0.82% | 0.41% | - |
| HSV(B) | 345.7º | 0.9% | 0.75% | - |
| XYZ | 22.53 | 11.87 | 5.38 | - |
| YUV | 75.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 60 | 0 | 0.90 | 0.69 | 0.25 | 345.7 | 0.82 | 0.41 |
| Hex | BF | 13 | 3C | 0 | 5A | 45 | 19 | 15A | 52 | 29 |
| Octal | 277 | 23 | 74 | 0 | 132 | 105 | 31 | 532 | 122 | 51 |
| Binary | 10111111 | 10011 | 111100 | 0 | 1011010 | 1000101 | 11001 | 101011010 | 1010010 | 101001 |
Color Harmonies of #BF133C
Complementary color
Monochromatic Colors of #BF133C
Black with #BF133C
Text Example
Text Example
White with #BF133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF133C; }
p { color: rgb(191,19,60); }
H1.HeaderClassName
{
color: #BF133C;
}
.AnyTagClassName
{
color: #BF133C;
}
</style>
background-color css
<style>
a { background-color: #BF133C; }
a { background-color: rgb(191,19,60); }
div.DivClassName
{
background-color: #BF133C;
}
.BgClassName
{
background-color: #BF133C;
}
</style>
border-color css
<style>
span { border-color: #BF133C; }
span { border-color: rgb(191,19,60); }
td.TdClassName
{
border-color: #BF133C;
}
.TagClassName
{
border-color: #BF133C;
}
</style>