Shades of Cardinal #BF263C
Tints of Cardinal #BF263C
RGB
CMYK
RGB Variations
Color information
#BF263C (or 0xBF263C) is known color: Cardinal. HEX triplet: BF, 26 and 3C. RGB value is (191,38,60). Sum of RGB (Red+Green+Blue) = 191+38+60=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF263C is #40D9C3. Grayscale: #565656. Windows color (decimal): -4250052 or 3942079. OLE color: 3942079.
HSL color Cylindrical-coordinate representation of color #BF263C: hue angle of 351.37º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF263C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 60 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.25 |
| HSL | 351.37º | 0.67% | 0.45% | - |
| HSV(B) | 351.37º | 0.8% | 0.75% | - |
| XYZ | 22.99 | 12.79 | 5.53 | - |
| YUV | 86.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 60 | 0 | 0.80 | 0.69 | 0.25 | 351.37 | 0.67 | 0.45 |
| Hex | BF | 26 | 3C | 0 | 50 | 45 | 19 | 15F | 43 | 2D |
| Octal | 277 | 46 | 74 | 0 | 120 | 105 | 31 | 537 | 103 | 55 |
| Binary | 10111111 | 100110 | 111100 | 0 | 1010000 | 1000101 | 11001 | 101011111 | 1000011 | 101101 |
Color Harmonies of #BF263C
Complementary color
Monochromatic Colors of #BF263C
Black with #BF263C
Text Example
Text Example
White with #BF263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF263C; }
p { color: rgb(191,38,60); }
H1.HeaderClassName
{
color: #BF263C;
}
.AnyTagClassName
{
color: #BF263C;
}
</style>
background-color css
<style>
a { background-color: #BF263C; }
a { background-color: rgb(191,38,60); }
div.DivClassName
{
background-color: #BF263C;
}
.BgClassName
{
background-color: #BF263C;
}
</style>
border-color css
<style>
span { border-color: #BF263C; }
span { border-color: rgb(191,38,60); }
td.TdClassName
{
border-color: #BF263C;
}
.TagClassName
{
border-color: #BF263C;
}
</style>