Shades of Trinidad #BD4426
Tints of Trinidad #BD4426
RGB
CMYK
RGB Variations
Color information
#BD4426 (or 0xBD4426) is known color: Trinidad. HEX triplet: BD, 44 and 26. RGB value is (189,68,38). Sum of RGB (Red+Green+Blue) = 189+68+38=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4426 is #42BBD9. Grayscale: #656565. Windows color (decimal): -4373466 or 2507965. OLE color: 2507965.
HSL color Cylindrical-coordinate representation of color #BD4426: hue angle of 11.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD4426 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 38 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.26 |
| HSL | 11.92º | 0.67% | 0.45% | - |
| HSV(B) | 11.92º | 0.8% | 0.74% | - |
| XYZ | 23.4 | 15.09 | 3.51 | - |
| YUV | 100.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 38 | 0 | 0.64 | 0.80 | 0.26 | 11.92 | 0.67 | 0.45 |
| Hex | BD | 44 | 26 | 0 | 40 | 50 | 1A | C | 43 | 2D |
| Octal | 275 | 104 | 46 | 0 | 100 | 120 | 32 | 14 | 103 | 55 |
| Binary | 10111101 | 1000100 | 100110 | 0 | 1000000 | 1010000 | 11010 | 1100 | 1000011 | 101101 |
Color Harmonies of #BD4426
Complementary color
Monochromatic Colors of #BD4426
Black with #BD4426
Text Example
Text Example
White with #BD4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4426; }
p { color: rgb(189,68,38); }
H1.HeaderClassName
{
color: #BD4426;
}
.AnyTagClassName
{
color: #BD4426;
}
</style>
background-color css
<style>
a { background-color: #BD4426; }
a { background-color: rgb(189,68,38); }
div.DivClassName
{
background-color: #BD4426;
}
.BgClassName
{
background-color: #BD4426;
}
</style>
border-color css
<style>
span { border-color: #BD4426; }
span { border-color: rgb(189,68,38); }
td.TdClassName
{
border-color: #BD4426;
}
.TagClassName
{
border-color: #BD4426;
}
</style>