Shades of Brick Red #BD3B42
Tints of Brick Red #BD3B42
RGB
CMYK
RGB Variations
Color information
#BD3B42 (or 0xBD3B42) is known color: Brick Red. HEX triplet: BD, 3B and 42. RGB value is (189,59,66). Sum of RGB (Red+Green+Blue) = 189+59+66=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B42 is #42C4BD. Grayscale: #626262. Windows color (decimal): -4375742 or 4340669. OLE color: 4340669.
HSL color Cylindrical-coordinate representation of color #BD3B42: hue angle of 356.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B42 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 66 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.26 |
| HSL | 356.77º | 0.52% | 0.49% | - |
| HSV(B) | 356.77º | 0.69% | 0.74% | - |
| XYZ | 23.53 | 14.34 | 6.68 | - |
| YUV | 98.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 66 | 0 | 0.69 | 0.65 | 0.26 | 356.77 | 0.52 | 0.49 |
| Hex | BD | 3B | 42 | 0 | 45 | 41 | 1A | 165 | 34 | 31 |
| Octal | 275 | 73 | 102 | 0 | 105 | 101 | 32 | 545 | 64 | 61 |
| Binary | 10111101 | 111011 | 1000010 | 0 | 1000101 | 1000001 | 11010 | 101100101 | 110100 | 110001 |
Color Harmonies of #BD3B42
Complementary color
Monochromatic Colors of #BD3B42
Black with #BD3B42
Text Example
Text Example
White with #BD3B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B42; }
p { color: rgb(189,59,66); }
H1.HeaderClassName
{
color: #BD3B42;
}
.AnyTagClassName
{
color: #BD3B42;
}
</style>
background-color css
<style>
a { background-color: #BD3B42; }
a { background-color: rgb(189,59,66); }
div.DivClassName
{
background-color: #BD3B42;
}
.BgClassName
{
background-color: #BD3B42;
}
</style>
border-color css
<style>
span { border-color: #BD3B42; }
span { border-color: rgb(189,59,66); }
td.TdClassName
{
border-color: #BD3B42;
}
.TagClassName
{
border-color: #BD3B42;
}
</style>