Shades of Cardinal #BF253D
Tints of Cardinal #BF253D
RGB
CMYK
RGB Variations
Color information
#BF253D (or 0xBF253D) is known color: Cardinal. HEX triplet: BF, 25 and 3D. RGB value is (191,37,61). Sum of RGB (Red+Green+Blue) = 191+37+61=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF253D is #40DAC2. Grayscale: #555555. Windows color (decimal): -4250307 or 4007359. OLE color: 4007359.
HSL color Cylindrical-coordinate representation of color #BF253D: hue angle of 350.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF253D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 61 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.25 |
| HSL | 350.65º | 0.68% | 0.45% | - |
| HSV(B) | 350.65º | 0.81% | 0.75% | - |
| XYZ | 22.99 | 12.74 | 5.66 | - |
| YUV | 85.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 61 | 0 | 0.81 | 0.68 | 0.25 | 350.65 | 0.68 | 0.45 |
| Hex | BF | 25 | 3D | 0 | 51 | 44 | 19 | 15F | 44 | 2D |
| Octal | 277 | 45 | 75 | 0 | 121 | 104 | 31 | 537 | 104 | 55 |
| Binary | 10111111 | 100101 | 111101 | 0 | 1010001 | 1000100 | 11001 | 101011111 | 1000100 | 101101 |
Color Harmonies of #BF253D
Complementary color
Monochromatic Colors of #BF253D
Black with #BF253D
Text Example
Text Example
White with #BF253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF253D; }
p { color: rgb(191,37,61); }
H1.HeaderClassName
{
color: #BF253D;
}
.AnyTagClassName
{
color: #BF253D;
}
</style>
background-color css
<style>
a { background-color: #BF253D; }
a { background-color: rgb(191,37,61); }
div.DivClassName
{
background-color: #BF253D;
}
.BgClassName
{
background-color: #BF253D;
}
</style>
border-color css
<style>
span { border-color: #BF253D; }
span { border-color: rgb(191,37,61); }
td.TdClassName
{
border-color: #BF253D;
}
.TagClassName
{
border-color: #BF253D;
}
</style>