Shades of Trinidad #BD4825
Tints of Trinidad #BD4825
RGB
CMYK
RGB Variations
Color information
#BD4825 (or 0xBD4825) is known color: Trinidad. HEX triplet: BD, 48 and 25. RGB value is (189,72,37). Sum of RGB (Red+Green+Blue) = 189+72+37=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4825 is #42B7DA. Grayscale: #676767. Windows color (decimal): -4372443 or 2443453. OLE color: 2443453.
HSL color Cylindrical-coordinate representation of color #BD4825: hue angle of 13.82º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD4825 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 37 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.26 |
| HSL | 13.82º | 0.67% | 0.44% | - |
| HSV(B) | 13.82º | 0.8% | 0.74% | - |
| XYZ | 23.64 | 15.59 | 3.51 | - |
| YUV | 102.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 37 | 0 | 0.62 | 0.80 | 0.26 | 13.82 | 0.67 | 0.44 |
| Hex | BD | 48 | 25 | 0 | 3E | 50 | 1A | E | 43 | 2C |
| Octal | 275 | 110 | 45 | 0 | 76 | 120 | 32 | 16 | 103 | 54 |
| Binary | 10111101 | 1001000 | 100101 | 0 | 111110 | 1010000 | 11010 | 1110 | 1000011 | 101100 |
Color Harmonies of #BD4825
Complementary color
Monochromatic Colors of #BD4825
Black with #BD4825
Text Example
Text Example
White with #BD4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4825; }
p { color: rgb(189,72,37); }
H1.HeaderClassName
{
color: #BD4825;
}
.AnyTagClassName
{
color: #BD4825;
}
</style>
background-color css
<style>
a { background-color: #BD4825; }
a { background-color: rgb(189,72,37); }
div.DivClassName
{
background-color: #BD4825;
}
.BgClassName
{
background-color: #BD4825;
}
</style>
border-color css
<style>
span { border-color: #BD4825; }
span { border-color: rgb(189,72,37); }
td.TdClassName
{
border-color: #BD4825;
}
.TagClassName
{
border-color: #BD4825;
}
</style>