Shades of Brick Red #BD3C41
Tints of Brick Red #BD3C41
RGB
CMYK
RGB Variations
Color information
#BD3C41 (or 0xBD3C41) is known color: Brick Red. HEX triplet: BD, 3C and 41. RGB value is (189,60,65). Sum of RGB (Red+Green+Blue) = 189+60+65=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C41 is #42C3BE. Grayscale: #636363. Windows color (decimal): -4375487 or 4275389. OLE color: 4275389.
HSL color Cylindrical-coordinate representation of color #BD3C41: hue angle of 357.67º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C41 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 65 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.26 |
| HSL | 357.67º | 0.52% | 0.49% | - |
| HSV(B) | 357.67º | 0.68% | 0.74% | - |
| XYZ | 23.56 | 14.43 | 6.55 | - |
| YUV | 99.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 65 | 0 | 0.68 | 0.66 | 0.26 | 357.67 | 0.52 | 0.49 |
| Hex | BD | 3C | 41 | 0 | 44 | 42 | 1A | 166 | 34 | 31 |
| Octal | 275 | 74 | 101 | 0 | 104 | 102 | 32 | 546 | 64 | 61 |
| Binary | 10111101 | 111100 | 1000001 | 0 | 1000100 | 1000010 | 11010 | 101100110 | 110100 | 110001 |
Color Harmonies of #BD3C41
Complementary color
Monochromatic Colors of #BD3C41
Black with #BD3C41
Text Example
Text Example
White with #BD3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C41; }
p { color: rgb(189,60,65); }
H1.HeaderClassName
{
color: #BD3C41;
}
.AnyTagClassName
{
color: #BD3C41;
}
</style>
background-color css
<style>
a { background-color: #BD3C41; }
a { background-color: rgb(189,60,65); }
div.DivClassName
{
background-color: #BD3C41;
}
.BgClassName
{
background-color: #BD3C41;
}
</style>
border-color css
<style>
span { border-color: #BD3C41; }
span { border-color: rgb(189,60,65); }
td.TdClassName
{
border-color: #BD3C41;
}
.TagClassName
{
border-color: #BD3C41;
}
</style>