Shades of Trinidad #BD4527
Tints of Trinidad #BD4527
RGB
CMYK
RGB Variations
Color information
#BD4527 (or 0xBD4527) is known color: Trinidad. HEX triplet: BD, 45 and 27. RGB value is (189,69,39). Sum of RGB (Red+Green+Blue) = 189+69+39=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4527 is #42BAD8. Grayscale: #656565. Windows color (decimal): -4373209 or 2573757. OLE color: 2573757.
HSL color Cylindrical-coordinate representation of color #BD4527: hue angle of 12º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD4527 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 39 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.26 |
| HSL | 12º | 0.66% | 0.45% | - |
| HSV(B) | 12º | 0.79% | 0.74% | - |
| XYZ | 23.48 | 15.22 | 3.62 | - |
| YUV | 101.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 39 | 0 | 0.63 | 0.79 | 0.26 | 12 | 0.66 | 0.45 |
| Hex | BD | 45 | 27 | 0 | 3F | 4F | 1A | C | 42 | 2D |
| Octal | 275 | 105 | 47 | 0 | 77 | 117 | 32 | 14 | 102 | 55 |
| Binary | 10111101 | 1000101 | 100111 | 0 | 111111 | 1001111 | 11010 | 1100 | 1000010 | 101101 |
Color Harmonies of #BD4527
Complementary color
Monochromatic Colors of #BD4527
Black with #BD4527
Text Example
Text Example
White with #BD4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4527; }
p { color: rgb(189,69,39); }
H1.HeaderClassName
{
color: #BD4527;
}
.AnyTagClassName
{
color: #BD4527;
}
</style>
background-color css
<style>
a { background-color: #BD4527; }
a { background-color: rgb(189,69,39); }
div.DivClassName
{
background-color: #BD4527;
}
.BgClassName
{
background-color: #BD4527;
}
</style>
border-color css
<style>
span { border-color: #BD4527; }
span { border-color: rgb(189,69,39); }
td.TdClassName
{
border-color: #BD4527;
}
.TagClassName
{
border-color: #BD4527;
}
</style>