Shades of Brick Red #BF303C
Tints of Brick Red #BF303C
RGB
CMYK
RGB Variations
Color information
#BF303C (or 0xBF303C) is known color: Brick Red. HEX triplet: BF, 30 and 3C. RGB value is (191,48,60). Sum of RGB (Red+Green+Blue) = 191+48+60=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF303C is #40CFC3. Grayscale: #5C5C5C. Windows color (decimal): -4247492 or 3944639. OLE color: 3944639.
HSL color Cylindrical-coordinate representation of color #BF303C: hue angle of 354.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF303C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 60 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.25 |
| HSL | 354.97º | 0.6% | 0.47% | - |
| HSV(B) | 354.97º | 0.75% | 0.75% | - |
| XYZ | 23.36 | 13.52 | 5.65 | - |
| YUV | 92.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 60 | 0 | 0.75 | 0.69 | 0.25 | 354.97 | 0.6 | 0.47 |
| Hex | BF | 30 | 3C | 0 | 4B | 45 | 19 | 163 | 3C | 2F |
| Octal | 277 | 60 | 74 | 0 | 113 | 105 | 31 | 543 | 74 | 57 |
| Binary | 10111111 | 110000 | 111100 | 0 | 1001011 | 1000101 | 11001 | 101100011 | 111100 | 101111 |
Color Harmonies of #BF303C
Complementary color
Monochromatic Colors of #BF303C
Black with #BF303C
Text Example
Text Example
White with #BF303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF303C; }
p { color: rgb(191,48,60); }
H1.HeaderClassName
{
color: #BF303C;
}
.AnyTagClassName
{
color: #BF303C;
}
</style>
background-color css
<style>
a { background-color: #BF303C; }
a { background-color: rgb(191,48,60); }
div.DivClassName
{
background-color: #BF303C;
}
.BgClassName
{
background-color: #BF303C;
}
</style>
border-color css
<style>
span { border-color: #BF303C; }
span { border-color: rgb(191,48,60); }
td.TdClassName
{
border-color: #BF303C;
}
.TagClassName
{
border-color: #BF303C;
}
</style>