Shades of Trinidad #BD4829
Tints of Trinidad #BD4829
RGB
CMYK
RGB Variations
Color information
#BD4829 (or 0xBD4829) is known color: Trinidad. HEX triplet: BD, 48 and 29. RGB value is (189,72,41). Sum of RGB (Red+Green+Blue) = 189+72+41=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4829 is #42B7D6. Grayscale: #676767. Windows color (decimal): -4372439 or 2705597. OLE color: 2705597.
HSL color Cylindrical-coordinate representation of color #BD4829: hue angle of 12.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD4829 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 41 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.26 |
| HSL | 12.57º | 0.64% | 0.45% | - |
| HSV(B) | 12.57º | 0.78% | 0.74% | - |
| XYZ | 23.7 | 15.61 | 3.86 | - |
| YUV | 103.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 41 | 0 | 0.62 | 0.78 | 0.26 | 12.57 | 0.64 | 0.45 |
| Hex | BD | 48 | 29 | 0 | 3E | 4E | 1A | D | 40 | 2D |
| Octal | 275 | 110 | 51 | 0 | 76 | 116 | 32 | 15 | 100 | 55 |
| Binary | 10111101 | 1001000 | 101001 | 0 | 111110 | 1001110 | 11010 | 1101 | 1000000 | 101101 |
Color Harmonies of #BD4829
Complementary color
Monochromatic Colors of #BD4829
Black with #BD4829
Text Example
Text Example
White with #BD4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4829; }
p { color: rgb(189,72,41); }
H1.HeaderClassName
{
color: #BD4829;
}
.AnyTagClassName
{
color: #BD4829;
}
</style>
background-color css
<style>
a { background-color: #BD4829; }
a { background-color: rgb(189,72,41); }
div.DivClassName
{
background-color: #BD4829;
}
.BgClassName
{
background-color: #BD4829;
}
</style>
border-color css
<style>
span { border-color: #BD4829; }
span { border-color: rgb(189,72,41); }
td.TdClassName
{
border-color: #BD4829;
}
.TagClassName
{
border-color: #BD4829;
}
</style>