Shades of Brick Red #BD2642
Tints of Brick Red #BD2642
RGB
CMYK
RGB Variations
Color information
#BD2642 (or 0xBD2642) is known color: Brick Red. HEX triplet: BD, 26 and 42. RGB value is (189,38,66). Sum of RGB (Red+Green+Blue) = 189+38+66=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2642 is #42D9BD. Grayscale: #565656. Windows color (decimal): -4381118 or 4335293. OLE color: 4335293.
HSL color Cylindrical-coordinate representation of color #BD2642: hue angle of 348.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2642 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 66 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.26 |
| HSL | 348.87º | 0.67% | 0.45% | - |
| HSV(B) | 348.87º | 0.8% | 0.74% | - |
| XYZ | 22.66 | 12.6 | 6.39 | - |
| YUV | 86.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 66 | 0 | 0.80 | 0.65 | 0.26 | 348.87 | 0.67 | 0.45 |
| Hex | BD | 26 | 42 | 0 | 50 | 41 | 1A | 15D | 43 | 2D |
| Octal | 275 | 46 | 102 | 0 | 120 | 101 | 32 | 535 | 103 | 55 |
| Binary | 10111101 | 100110 | 1000010 | 0 | 1010000 | 1000001 | 11010 | 101011101 | 1000011 | 101101 |
Color Harmonies of #BD2642
Complementary color
Monochromatic Colors of #BD2642
Black with #BD2642
Text Example
Text Example
White with #BD2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2642; }
p { color: rgb(189,38,66); }
H1.HeaderClassName
{
color: #BD2642;
}
.AnyTagClassName
{
color: #BD2642;
}
</style>
background-color css
<style>
a { background-color: #BD2642; }
a { background-color: rgb(189,38,66); }
div.DivClassName
{
background-color: #BD2642;
}
.BgClassName
{
background-color: #BD2642;
}
</style>
border-color css
<style>
span { border-color: #BD2642; }
span { border-color: rgb(189,38,66); }
td.TdClassName
{
border-color: #BD2642;
}
.TagClassName
{
border-color: #BD2642;
}
</style>