Shades of Cardinal #BF263D
Tints of Cardinal #BF263D
RGB
CMYK
RGB Variations
Color information
#BF263D (or 0xBF263D) is known color: Cardinal. HEX triplet: BF, 26 and 3D. RGB value is (191,38,61). Sum of RGB (Red+Green+Blue) = 191+38+61=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF263D is #40D9C2. Grayscale: #565656. Windows color (decimal): -4250051 or 4007615. OLE color: 4007615.
HSL color Cylindrical-coordinate representation of color #BF263D: hue angle of 350.98º 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 #BF263D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 61 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.25 |
| HSL | 350.98º | 0.67% | 0.45% | - |
| HSV(B) | 350.98º | 0.8% | 0.75% | - |
| XYZ | 23.02 | 12.8 | 5.67 | - |
| YUV | 86.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 61 | 0 | 0.80 | 0.68 | 0.25 | 350.98 | 0.67 | 0.45 |
| Hex | BF | 26 | 3D | 0 | 50 | 44 | 19 | 15F | 43 | 2D |
| Octal | 277 | 46 | 75 | 0 | 120 | 104 | 31 | 537 | 103 | 55 |
| Binary | 10111111 | 100110 | 111101 | 0 | 1010000 | 1000100 | 11001 | 101011111 | 1000011 | 101101 |
Color Harmonies of #BF263D
Complementary color
Monochromatic Colors of #BF263D
Black with #BF263D
Text Example
Text Example
White with #BF263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF263D; }
p { color: rgb(191,38,61); }
H1.HeaderClassName
{
color: #BF263D;
}
.AnyTagClassName
{
color: #BF263D;
}
</style>
background-color css
<style>
a { background-color: #BF263D; }
a { background-color: rgb(191,38,61); }
div.DivClassName
{
background-color: #BF263D;
}
.BgClassName
{
background-color: #BF263D;
}
</style>
border-color css
<style>
span { border-color: #BF263D; }
span { border-color: rgb(191,38,61); }
td.TdClassName
{
border-color: #BF263D;
}
.TagClassName
{
border-color: #BF263D;
}
</style>