Shades of Cardinal #BF072F
Tints of Cardinal #BF072F
RGB
CMYK
RGB Variations
Color information
#BF072F (or 0xBF072F) is known color: Cardinal. HEX triplet: BF, 07 and 2F. RGB value is (191,7,47). Sum of RGB (Red+Green+Blue) = 191+7+47=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF072F is #40F8D0. Grayscale: #424242. Windows color (decimal): -4258001 or 3082175. OLE color: 3082175.
HSL color Cylindrical-coordinate representation of color #BF072F: hue angle of 346.96º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF072F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.25 |
| HSL | 346.96º | 0.93% | 0.39% | - |
| HSV(B) | 346.96º | 0.96% | 0.75% | - |
| XYZ | 22.07 | 11.43 | 3.73 | - |
| YUV | 66.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 47 | 0 | 0.96 | 0.75 | 0.25 | 346.96 | 0.93 | 0.39 |
| Hex | BF | 7 | 2F | 0 | 60 | 4B | 19 | 15B | 5D | 27 |
| Octal | 277 | 7 | 57 | 0 | 140 | 113 | 31 | 533 | 135 | 47 |
| Binary | 10111111 | 111 | 101111 | 0 | 1100000 | 1001011 | 11001 | 101011011 | 1011101 | 100111 |
Color Harmonies of #BF072F
Complementary color
Monochromatic Colors of #BF072F
Black with #BF072F
Text Example
Text Example
White with #BF072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF072F; }
p { color: rgb(191,7,47); }
H1.HeaderClassName
{
color: #BF072F;
}
.AnyTagClassName
{
color: #BF072F;
}
</style>
background-color css
<style>
a { background-color: #BF072F; }
a { background-color: rgb(191,7,47); }
div.DivClassName
{
background-color: #BF072F;
}
.BgClassName
{
background-color: #BF072F;
}
</style>
border-color css
<style>
span { border-color: #BF072F; }
span { border-color: rgb(191,7,47); }
td.TdClassName
{
border-color: #BF072F;
}
.TagClassName
{
border-color: #BF072F;
}
</style>