Shades of Cardinal #BF2433
Tints of Cardinal #BF2433
RGB
CMYK
RGB Variations
Color information
#BF2433 (or 0xBF2433) is known color: Cardinal. HEX triplet: BF, 24 and 33. RGB value is (191,36,51). Sum of RGB (Red+Green+Blue) = 191+36+51=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2433 is #40DBCC. Grayscale: #545454. Windows color (decimal): -4250573 or 3351743. OLE color: 3351743.
HSL color Cylindrical-coordinate representation of color #BF2433: hue angle of 354.19º 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 #BF2433 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 51 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.25 |
| HSL | 354.19º | 0.68% | 0.45% | - |
| HSV(B) | 354.19º | 0.81% | 0.75% | - |
| XYZ | 22.71 | 12.58 | 4.36 | - |
| YUV | 84.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 51 | 0 | 0.81 | 0.73 | 0.25 | 354.19 | 0.68 | 0.45 |
| Hex | BF | 24 | 33 | 0 | 51 | 49 | 19 | 162 | 44 | 2D |
| Octal | 277 | 44 | 63 | 0 | 121 | 111 | 31 | 542 | 104 | 55 |
| Binary | 10111111 | 100100 | 110011 | 0 | 1010001 | 1001001 | 11001 | 101100010 | 1000100 | 101101 |
Color Harmonies of #BF2433
Complementary color
Monochromatic Colors of #BF2433
Black with #BF2433
Text Example
Text Example
White with #BF2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2433; }
p { color: rgb(191,36,51); }
H1.HeaderClassName
{
color: #BF2433;
}
.AnyTagClassName
{
color: #BF2433;
}
</style>
background-color css
<style>
a { background-color: #BF2433; }
a { background-color: rgb(191,36,51); }
div.DivClassName
{
background-color: #BF2433;
}
.BgClassName
{
background-color: #BF2433;
}
</style>
border-color css
<style>
span { border-color: #BF2433; }
span { border-color: rgb(191,36,51); }
td.TdClassName
{
border-color: #BF2433;
}
.TagClassName
{
border-color: #BF2433;
}
</style>