Shades of Brick Red #BF303D
Tints of Brick Red #BF303D
RGB
CMYK
RGB Variations
Color information
#BF303D (or 0xBF303D) is known color: Brick Red. HEX triplet: BF, 30 and 3D. RGB value is (191,48,61). Sum of RGB (Red+Green+Blue) = 191+48+61=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF303D is #40CFC2. Grayscale: #5C5C5C. Windows color (decimal): -4247491 or 4010175. OLE color: 4010175.
HSL color Cylindrical-coordinate representation of color #BF303D: hue angle of 354.55º 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 #BF303D is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 61 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.25 |
| HSL | 354.55º | 0.6% | 0.47% | - |
| HSV(B) | 354.55º | 0.75% | 0.75% | - |
| XYZ | 23.39 | 13.53 | 5.79 | - |
| YUV | 92.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 61 | 0 | 0.75 | 0.68 | 0.25 | 354.55 | 0.6 | 0.47 |
| Hex | BF | 30 | 3D | 0 | 4B | 44 | 19 | 163 | 3C | 2F |
| Octal | 277 | 60 | 75 | 0 | 113 | 104 | 31 | 543 | 74 | 57 |
| Binary | 10111111 | 110000 | 111101 | 0 | 1001011 | 1000100 | 11001 | 101100011 | 111100 | 101111 |
Color Harmonies of #BF303D
Complementary color
Monochromatic Colors of #BF303D
Black with #BF303D
Text Example
Text Example
White with #BF303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF303D; }
p { color: rgb(191,48,61); }
H1.HeaderClassName
{
color: #BF303D;
}
.AnyTagClassName
{
color: #BF303D;
}
</style>
background-color css
<style>
a { background-color: #BF303D; }
a { background-color: rgb(191,48,61); }
div.DivClassName
{
background-color: #BF303D;
}
.BgClassName
{
background-color: #BF303D;
}
</style>
border-color css
<style>
span { border-color: #BF303D; }
span { border-color: rgb(191,48,61); }
td.TdClassName
{
border-color: #BF303D;
}
.TagClassName
{
border-color: #BF303D;
}
</style>