Shades of Brick Red #BD3A46
Tints of Brick Red #BD3A46
RGB
CMYK
RGB Variations
Color information
#BD3A46 (or 0xBD3A46) is known color: Brick Red. HEX triplet: BD, 3A and 46. RGB value is (189,58,70). Sum of RGB (Red+Green+Blue) = 189+58+70=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A46 is #42C5B9. Grayscale: #626262. Windows color (decimal): -4375994 or 4602557. OLE color: 4602557.
HSL color Cylindrical-coordinate representation of color #BD3A46: hue angle of 354.5º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3A46 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 70 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.26 |
| HSL | 354.5º | 0.53% | 0.48% | - |
| HSV(B) | 354.5º | 0.69% | 0.74% | - |
| XYZ | 23.6 | 14.29 | 7.31 | - |
| YUV | 98.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 70 | 0 | 0.69 | 0.63 | 0.26 | 354.5 | 0.53 | 0.48 |
| Hex | BD | 3A | 46 | 0 | 45 | 3F | 1A | 163 | 35 | 30 |
| Octal | 275 | 72 | 106 | 0 | 105 | 77 | 32 | 543 | 65 | 60 |
| Binary | 10111101 | 111010 | 1000110 | 0 | 1000101 | 111111 | 11010 | 101100011 | 110101 | 110000 |
Color Harmonies of #BD3A46
Complementary color
Monochromatic Colors of #BD3A46
Black with #BD3A46
Text Example
Text Example
White with #BD3A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A46; }
p { color: rgb(189,58,70); }
H1.HeaderClassName
{
color: #BD3A46;
}
.AnyTagClassName
{
color: #BD3A46;
}
</style>
background-color css
<style>
a { background-color: #BD3A46; }
a { background-color: rgb(189,58,70); }
div.DivClassName
{
background-color: #BD3A46;
}
.BgClassName
{
background-color: #BD3A46;
}
</style>
border-color css
<style>
span { border-color: #BD3A46; }
span { border-color: rgb(189,58,70); }
td.TdClassName
{
border-color: #BD3A46;
}
.TagClassName
{
border-color: #BD3A46;
}
</style>