Shades of Brick Red #BD2F42
Tints of Brick Red #BD2F42
RGB
CMYK
RGB Variations
Color information
#BD2F42 (or 0xBD2F42) is known color: Brick Red. HEX triplet: BD, 2F and 42. RGB value is (189,47,66). Sum of RGB (Red+Green+Blue) = 189+47+66=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F42 is #42D0BD. Grayscale: #5B5B5B. Windows color (decimal): -4378814 or 4337597. OLE color: 4337597.
HSL color Cylindrical-coordinate representation of color #BD2F42: hue angle of 351.97º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F42 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 66 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.26 |
| HSL | 351.97º | 0.6% | 0.46% | - |
| HSV(B) | 351.97º | 0.75% | 0.74% | - |
| XYZ | 22.99 | 13.25 | 6.5 | - |
| YUV | 91.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 66 | 0 | 0.75 | 0.65 | 0.26 | 351.97 | 0.6 | 0.46 |
| Hex | BD | 2F | 42 | 0 | 4B | 41 | 1A | 160 | 3C | 2E |
| Octal | 275 | 57 | 102 | 0 | 113 | 101 | 32 | 540 | 74 | 56 |
| Binary | 10111101 | 101111 | 1000010 | 0 | 1001011 | 1000001 | 11010 | 101100000 | 111100 | 101110 |
Color Harmonies of #BD2F42
Complementary color
Monochromatic Colors of #BD2F42
Black with #BD2F42
Text Example
Text Example
White with #BD2F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F42; }
p { color: rgb(189,47,66); }
H1.HeaderClassName
{
color: #BD2F42;
}
.AnyTagClassName
{
color: #BD2F42;
}
</style>
background-color css
<style>
a { background-color: #BD2F42; }
a { background-color: rgb(189,47,66); }
div.DivClassName
{
background-color: #BD2F42;
}
.BgClassName
{
background-color: #BD2F42;
}
</style>
border-color css
<style>
span { border-color: #BD2F42; }
span { border-color: rgb(189,47,66); }
td.TdClassName
{
border-color: #BD2F42;
}
.TagClassName
{
border-color: #BD2F42;
}
</style>