Shades of Brick Red #BD4145
Tints of Brick Red #BD4145
RGB
CMYK
RGB Variations
Color information
#BD4145 (or 0xBD4145) is known color: Brick Red. HEX triplet: BD, 41 and 45. RGB value is (189,65,69). Sum of RGB (Red+Green+Blue) = 189+65+69=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4145 is #42BEBA. Grayscale: #666666. Windows color (decimal): -4374203 or 4538813. OLE color: 4538813.
HSL color Cylindrical-coordinate representation of color #BD4145: hue angle of 358.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4145 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 69 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.26 |
| HSL | 358.06º | 0.49% | 0.5% | - |
| HSV(B) | 358.06º | 0.66% | 0.74% | - |
| XYZ | 23.95 | 15.03 | 7.27 | - |
| YUV | 102.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 69 | 0 | 0.66 | 0.63 | 0.26 | 358.06 | 0.49 | 0.5 |
| Hex | BD | 41 | 45 | 0 | 42 | 3F | 1A | 166 | 31 | 32 |
| Octal | 275 | 101 | 105 | 0 | 102 | 77 | 32 | 546 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1000101 | 0 | 1000010 | 111111 | 11010 | 101100110 | 110001 | 110010 |
Color Harmonies of #BD4145
Complementary color
Monochromatic Colors of #BD4145
Black with #BD4145
Text Example
Text Example
White with #BD4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4145; }
p { color: rgb(189,65,69); }
H1.HeaderClassName
{
color: #BD4145;
}
.AnyTagClassName
{
color: #BD4145;
}
</style>
background-color css
<style>
a { background-color: #BD4145; }
a { background-color: rgb(189,65,69); }
div.DivClassName
{
background-color: #BD4145;
}
.BgClassName
{
background-color: #BD4145;
}
</style>
border-color css
<style>
span { border-color: #BD4145; }
span { border-color: rgb(189,65,69); }
td.TdClassName
{
border-color: #BD4145;
}
.TagClassName
{
border-color: #BD4145;
}
</style>