Shades of Brick Red #BF3A42
Tints of Brick Red #BF3A42
RGB
CMYK
RGB Variations
Color information
#BF3A42 (or 0xBF3A42) is known color: Brick Red. HEX triplet: BF, 3A and 42. RGB value is (191,58,66). Sum of RGB (Red+Green+Blue) = 191+58+66=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A42 is #40C5BD. Grayscale: #626262. Windows color (decimal): -4244926 or 4340415. OLE color: 4340415.
HSL color Cylindrical-coordinate representation of color #BF3A42: hue angle of 356.39º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A42 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 66 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.25 |
| HSL | 356.39º | 0.53% | 0.49% | - |
| HSV(B) | 356.39º | 0.7% | 0.75% | - |
| XYZ | 23.98 | 14.5 | 6.69 | - |
| YUV | 98.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 66 | 0 | 0.70 | 0.65 | 0.25 | 356.39 | 0.53 | 0.49 |
| Hex | BF | 3A | 42 | 0 | 46 | 41 | 19 | 164 | 35 | 31 |
| Octal | 277 | 72 | 102 | 0 | 106 | 101 | 31 | 544 | 65 | 61 |
| Binary | 10111111 | 111010 | 1000010 | 0 | 1000110 | 1000001 | 11001 | 101100100 | 110101 | 110001 |
Color Harmonies of #BF3A42
Complementary color
Monochromatic Colors of #BF3A42
Black with #BF3A42
Text Example
Text Example
White with #BF3A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A42; }
p { color: rgb(191,58,66); }
H1.HeaderClassName
{
color: #BF3A42;
}
.AnyTagClassName
{
color: #BF3A42;
}
</style>
background-color css
<style>
a { background-color: #BF3A42; }
a { background-color: rgb(191,58,66); }
div.DivClassName
{
background-color: #BF3A42;
}
.BgClassName
{
background-color: #BF3A42;
}
</style>
border-color css
<style>
span { border-color: #BF3A42; }
span { border-color: rgb(191,58,66); }
td.TdClassName
{
border-color: #BF3A42;
}
.TagClassName
{
border-color: #BF3A42;
}
</style>