Shades of Brick Red #BD2B3E
Tints of Brick Red #BD2B3E
RGB
CMYK
RGB Variations
Color information
#BD2B3E (or 0xBD2B3E) is known color: Brick Red. HEX triplet: BD, 2B and 3E. RGB value is (189,43,62). Sum of RGB (Red+Green+Blue) = 189+43+62=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B3E is #42D4C1. Grayscale: #585858. Windows color (decimal): -4379842 or 4074429. OLE color: 4074429.
HSL color Cylindrical-coordinate representation of color #BD2B3E: hue angle of 352.19º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B3E is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 62 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.26 |
| HSL | 352.19º | 0.63% | 0.45% | - |
| HSV(B) | 352.19º | 0.77% | 0.74% | - |
| XYZ | 22.72 | 12.89 | 5.85 | - |
| YUV | 88.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 62 | 0 | 0.77 | 0.67 | 0.26 | 352.19 | 0.63 | 0.45 |
| Hex | BD | 2B | 3E | 0 | 4D | 43 | 1A | 160 | 3F | 2D |
| Octal | 275 | 53 | 76 | 0 | 115 | 103 | 32 | 540 | 77 | 55 |
| Binary | 10111101 | 101011 | 111110 | 0 | 1001101 | 1000011 | 11010 | 101100000 | 111111 | 101101 |
Color Harmonies of #BD2B3E
Complementary color
Monochromatic Colors of #BD2B3E
Black with #BD2B3E
Text Example
Text Example
White with #BD2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B3E; }
p { color: rgb(189,43,62); }
H1.HeaderClassName
{
color: #BD2B3E;
}
.AnyTagClassName
{
color: #BD2B3E;
}
</style>
background-color css
<style>
a { background-color: #BD2B3E; }
a { background-color: rgb(189,43,62); }
div.DivClassName
{
background-color: #BD2B3E;
}
.BgClassName
{
background-color: #BD2B3E;
}
</style>
border-color css
<style>
span { border-color: #BD2B3E; }
span { border-color: rgb(189,43,62); }
td.TdClassName
{
border-color: #BD2B3E;
}
.TagClassName
{
border-color: #BD2B3E;
}
</style>