Shades of Brick Red #BD363D
Tints of Brick Red #BD363D
RGB
CMYK
RGB Variations
Color information
#BD363D (or 0xBD363D) is known color: Brick Red. HEX triplet: BD, 36 and 3D. RGB value is (189,54,61). Sum of RGB (Red+Green+Blue) = 189+54+61=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD363D is #42C9C2. Grayscale: #5F5F5F. Windows color (decimal): -4377027 or 4011709. OLE color: 4011709.
HSL color Cylindrical-coordinate representation of color #BD363D: hue angle of 356.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD363D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 61 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.26 |
| HSL | 356.89º | 0.56% | 0.48% | - |
| HSV(B) | 356.89º | 0.71% | 0.74% | - |
| XYZ | 23.15 | 13.79 | 5.86 | - |
| YUV | 95.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 61 | 0 | 0.71 | 0.68 | 0.26 | 356.89 | 0.56 | 0.48 |
| Hex | BD | 36 | 3D | 0 | 47 | 44 | 1A | 165 | 38 | 30 |
| Octal | 275 | 66 | 75 | 0 | 107 | 104 | 32 | 545 | 70 | 60 |
| Binary | 10111101 | 110110 | 111101 | 0 | 1000111 | 1000100 | 11010 | 101100101 | 111000 | 110000 |
Color Harmonies of #BD363D
Complementary color
Monochromatic Colors of #BD363D
Black with #BD363D
Text Example
Text Example
White with #BD363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD363D; }
p { color: rgb(189,54,61); }
H1.HeaderClassName
{
color: #BD363D;
}
.AnyTagClassName
{
color: #BD363D;
}
</style>
background-color css
<style>
a { background-color: #BD363D; }
a { background-color: rgb(189,54,61); }
div.DivClassName
{
background-color: #BD363D;
}
.BgClassName
{
background-color: #BD363D;
}
</style>
border-color css
<style>
span { border-color: #BD363D; }
span { border-color: rgb(189,54,61); }
td.TdClassName
{
border-color: #BD363D;
}
.TagClassName
{
border-color: #BD363D;
}
</style>