Shades of Cardinal #BF253A
Tints of Cardinal #BF253A
RGB
CMYK
RGB Variations
Color information
#BF253A (or 0xBF253A) is known color: Cardinal. HEX triplet: BF, 25 and 3A. RGB value is (191,37,58). Sum of RGB (Red+Green+Blue) = 191+37+58=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF253A is #40DAC5. Grayscale: #555555. Windows color (decimal): -4250310 or 3810751. OLE color: 3810751.
HSL color Cylindrical-coordinate representation of color #BF253A: hue angle of 351.82º 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 #BF253A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 58 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.25 |
| HSL | 351.82º | 0.68% | 0.45% | - |
| HSV(B) | 351.82º | 0.81% | 0.75% | - |
| XYZ | 22.91 | 12.7 | 5.25 | - |
| YUV | 85.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 58 | 0 | 0.81 | 0.70 | 0.25 | 351.82 | 0.68 | 0.45 |
| Hex | BF | 25 | 3A | 0 | 51 | 46 | 19 | 160 | 44 | 2D |
| Octal | 277 | 45 | 72 | 0 | 121 | 106 | 31 | 540 | 104 | 55 |
| Binary | 10111111 | 100101 | 111010 | 0 | 1010001 | 1000110 | 11001 | 101100000 | 1000100 | 101101 |
Color Harmonies of #BF253A
Complementary color
Monochromatic Colors of #BF253A
Black with #BF253A
Text Example
Text Example
White with #BF253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF253A; }
p { color: rgb(191,37,58); }
H1.HeaderClassName
{
color: #BF253A;
}
.AnyTagClassName
{
color: #BF253A;
}
</style>
background-color css
<style>
a { background-color: #BF253A; }
a { background-color: rgb(191,37,58); }
div.DivClassName
{
background-color: #BF253A;
}
.BgClassName
{
background-color: #BF253A;
}
</style>
border-color css
<style>
span { border-color: #BF253A; }
span { border-color: rgb(191,37,58); }
td.TdClassName
{
border-color: #BF253A;
}
.TagClassName
{
border-color: #BF253A;
}
</style>