Shades of Cardinal #BF033D
Tints of Cardinal #BF033D
RGB
CMYK
RGB Variations
Color information
#BF033D (or 0xBF033D) is known color: Cardinal. HEX triplet: BF, 03 and 3D. RGB value is (191,3,61). Sum of RGB (Red+Green+Blue) = 191+3+61=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF033D is #40FCC2. Grayscale: #414141. Windows color (decimal): -4259011 or 3998655. OLE color: 3998655.
HSL color Cylindrical-coordinate representation of color #BF033D: hue angle of 341.49º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF033D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.25 |
| HSL | 341.49º | 0.97% | 0.38% | - |
| HSV(B) | 341.49º | 0.98% | 0.75% | - |
| XYZ | 22.36 | 11.48 | 5.45 | - |
| YUV | 65.82 | 125.28 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 61 | 0 | 0.98 | 0.68 | 0.25 | 341.49 | 0.97 | 0.38 |
| Hex | BF | 3 | 3D | 0 | 62 | 44 | 19 | 155 | 61 | 26 |
| Octal | 277 | 3 | 75 | 0 | 142 | 104 | 31 | 525 | 141 | 46 |
| Binary | 10111111 | 11 | 111101 | 0 | 1100010 | 1000100 | 11001 | 101010101 | 1100001 | 100110 |
Color Harmonies of #BF033D
Complementary color
Monochromatic Colors of #BF033D
Black with #BF033D
Text Example
Text Example
White with #BF033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF033D; }
p { color: rgb(191,3,61); }
H1.HeaderClassName
{
color: #BF033D;
}
.AnyTagClassName
{
color: #BF033D;
}
</style>
background-color css
<style>
a { background-color: #BF033D; }
a { background-color: rgb(191,3,61); }
div.DivClassName
{
background-color: #BF033D;
}
.BgClassName
{
background-color: #BF033D;
}
</style>
border-color css
<style>
span { border-color: #BF033D; }
span { border-color: rgb(191,3,61); }
td.TdClassName
{
border-color: #BF033D;
}
.TagClassName
{
border-color: #BF033D;
}
</style>