Shades of Cardinal #BF253C
Tints of Cardinal #BF253C
RGB
CMYK
RGB Variations
Color information
#BF253C (or 0xBF253C) is known color: Cardinal. HEX triplet: BF, 25 and 3C. RGB value is (191,37,60). Sum of RGB (Red+Green+Blue) = 191+37+60=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF253C is #40DAC3. Grayscale: #555555. Windows color (decimal): -4250308 or 3941823. OLE color: 3941823.
HSL color Cylindrical-coordinate representation of color #BF253C: hue angle of 351.04º 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 #BF253C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 60 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.25 |
| HSL | 351.04º | 0.68% | 0.45% | - |
| HSV(B) | 351.04º | 0.81% | 0.75% | - |
| XYZ | 22.96 | 12.73 | 5.52 | - |
| YUV | 85.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 60 | 0 | 0.81 | 0.69 | 0.25 | 351.04 | 0.68 | 0.45 |
| Hex | BF | 25 | 3C | 0 | 51 | 45 | 19 | 15F | 44 | 2D |
| Octal | 277 | 45 | 74 | 0 | 121 | 105 | 31 | 537 | 104 | 55 |
| Binary | 10111111 | 100101 | 111100 | 0 | 1010001 | 1000101 | 11001 | 101011111 | 1000100 | 101101 |
Color Harmonies of #BF253C
Complementary color
Monochromatic Colors of #BF253C
Black with #BF253C
Text Example
Text Example
White with #BF253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF253C; }
p { color: rgb(191,37,60); }
H1.HeaderClassName
{
color: #BF253C;
}
.AnyTagClassName
{
color: #BF253C;
}
</style>
background-color css
<style>
a { background-color: #BF253C; }
a { background-color: rgb(191,37,60); }
div.DivClassName
{
background-color: #BF253C;
}
.BgClassName
{
background-color: #BF253C;
}
</style>
border-color css
<style>
span { border-color: #BF253C; }
span { border-color: rgb(191,37,60); }
td.TdClassName
{
border-color: #BF253C;
}
.TagClassName
{
border-color: #BF253C;
}
</style>