Shades of Brick Red #BD303D
Tints of Brick Red #BD303D
RGB
CMYK
RGB Variations
Color information
#BD303D (or 0xBD303D) is known color: Brick Red. HEX triplet: BD, 30 and 3D. RGB value is (189,48,61). Sum of RGB (Red+Green+Blue) = 189+48+61=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD303D is #42CFC2. Grayscale: #5B5B5B. Windows color (decimal): -4378563 or 4010173. OLE color: 4010173.
HSL color Cylindrical-coordinate representation of color #BD303D: hue angle of 354.47º degrees, saturation: 0.59, 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 #BD303D is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 61 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.26 |
| HSL | 354.47º | 0.59% | 0.46% | - |
| HSV(B) | 354.47º | 0.75% | 0.74% | - |
| XYZ | 22.89 | 13.27 | 5.77 | - |
| YUV | 91.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 61 | 0 | 0.75 | 0.68 | 0.26 | 354.47 | 0.59 | 0.46 |
| Hex | BD | 30 | 3D | 0 | 4B | 44 | 1A | 162 | 3B | 2E |
| Octal | 275 | 60 | 75 | 0 | 113 | 104 | 32 | 542 | 73 | 56 |
| Binary | 10111101 | 110000 | 111101 | 0 | 1001011 | 1000100 | 11010 | 101100010 | 111011 | 101110 |
Color Harmonies of #BD303D
Complementary color
Monochromatic Colors of #BD303D
Black with #BD303D
Text Example
Text Example
White with #BD303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD303D; }
p { color: rgb(189,48,61); }
H1.HeaderClassName
{
color: #BD303D;
}
.AnyTagClassName
{
color: #BD303D;
}
</style>
background-color css
<style>
a { background-color: #BD303D; }
a { background-color: rgb(189,48,61); }
div.DivClassName
{
background-color: #BD303D;
}
.BgClassName
{
background-color: #BD303D;
}
</style>
border-color css
<style>
span { border-color: #BD303D; }
span { border-color: rgb(189,48,61); }
td.TdClassName
{
border-color: #BD303D;
}
.TagClassName
{
border-color: #BD303D;
}
</style>