Shades of Trinidad #BD4525
Tints of Trinidad #BD4525
RGB
CMYK
RGB Variations
Color information
#BD4525 (or 0xBD4525) is known color: Trinidad. HEX triplet: BD, 45 and 25. RGB value is (189,69,37). Sum of RGB (Red+Green+Blue) = 189+69+37=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4525 is #42BADA. Grayscale: #656565. Windows color (decimal): -4373211 or 2442685. OLE color: 2442685.
HSL color Cylindrical-coordinate representation of color #BD4525: hue angle of 12.63º 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 #BD4525 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 37 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.26 |
| HSL | 12.63º | 0.67% | 0.44% | - |
| HSV(B) | 12.63º | 0.8% | 0.74% | - |
| XYZ | 23.45 | 15.21 | 3.45 | - |
| YUV | 101.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 37 | 0 | 0.63 | 0.80 | 0.26 | 12.63 | 0.67 | 0.44 |
| Hex | BD | 45 | 25 | 0 | 3F | 50 | 1A | D | 43 | 2C |
| Octal | 275 | 105 | 45 | 0 | 77 | 120 | 32 | 15 | 103 | 54 |
| Binary | 10111101 | 1000101 | 100101 | 0 | 111111 | 1010000 | 11010 | 1101 | 1000011 | 101100 |
Color Harmonies of #BD4525
Complementary color
Monochromatic Colors of #BD4525
Black with #BD4525
Text Example
Text Example
White with #BD4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4525; }
p { color: rgb(189,69,37); }
H1.HeaderClassName
{
color: #BD4525;
}
.AnyTagClassName
{
color: #BD4525;
}
</style>
background-color css
<style>
a { background-color: #BD4525; }
a { background-color: rgb(189,69,37); }
div.DivClassName
{
background-color: #BD4525;
}
.BgClassName
{
background-color: #BD4525;
}
</style>
border-color css
<style>
span { border-color: #BD4525; }
span { border-color: rgb(189,69,37); }
td.TdClassName
{
border-color: #BD4525;
}
.TagClassName
{
border-color: #BD4525;
}
</style>