Shades of Brick Red #BD2643
Tints of Brick Red #BD2643
RGB
CMYK
RGB Variations
Color information
#BD2643 (or 0xBD2643) is known color: Brick Red. HEX triplet: BD, 26 and 43. RGB value is (189,38,67). Sum of RGB (Red+Green+Blue) = 189+38+67=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2643 is #42D9BC. Grayscale: #565656. Windows color (decimal): -4381117 or 4400829. OLE color: 4400829.
HSL color Cylindrical-coordinate representation of color #BD2643: hue angle of 348.48º 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 #BD2643 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 67 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.26 |
| HSL | 348.48º | 0.67% | 0.45% | - |
| HSV(B) | 348.48º | 0.8% | 0.74% | - |
| XYZ | 22.69 | 12.61 | 6.55 | - |
| YUV | 86.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 67 | 0 | 0.80 | 0.65 | 0.26 | 348.48 | 0.67 | 0.45 |
| Hex | BD | 26 | 43 | 0 | 50 | 41 | 1A | 15C | 43 | 2D |
| Octal | 275 | 46 | 103 | 0 | 120 | 101 | 32 | 534 | 103 | 55 |
| Binary | 10111101 | 100110 | 1000011 | 0 | 1010000 | 1000001 | 11010 | 101011100 | 1000011 | 101101 |
Color Harmonies of #BD2643
Complementary color
Monochromatic Colors of #BD2643
Black with #BD2643
Text Example
Text Example
White with #BD2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2643; }
p { color: rgb(189,38,67); }
H1.HeaderClassName
{
color: #BD2643;
}
.AnyTagClassName
{
color: #BD2643;
}
</style>
background-color css
<style>
a { background-color: #BD2643; }
a { background-color: rgb(189,38,67); }
div.DivClassName
{
background-color: #BD2643;
}
.BgClassName
{
background-color: #BD2643;
}
</style>
border-color css
<style>
span { border-color: #BD2643; }
span { border-color: rgb(189,38,67); }
td.TdClassName
{
border-color: #BD2643;
}
.TagClassName
{
border-color: #BD2643;
}
</style>