Shades of Trinidad #BD4921
Tints of Trinidad #BD4921
RGB
CMYK
RGB Variations
Color information
#BD4921 (or 0xBD4921) is known color: Trinidad. HEX triplet: BD, 49 and 21. RGB value is (189,73,33). Sum of RGB (Red+Green+Blue) = 189+73+33=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4921 is #42B6DE. Grayscale: #676767. Windows color (decimal): -4372191 or 2181565. OLE color: 2181565.
HSL color Cylindrical-coordinate representation of color #BD4921: hue angle of 15.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD4921 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 33 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.26 |
| HSL | 15.38º | 0.7% | 0.44% | - |
| HSV(B) | 15.38º | 0.83% | 0.74% | - |
| XYZ | 23.64 | 15.69 | 3.22 | - |
| YUV | 103.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 33 | 0 | 0.61 | 0.83 | 0.26 | 15.38 | 0.7 | 0.44 |
| Hex | BD | 49 | 21 | 0 | 3D | 53 | 1A | F | 46 | 2C |
| Octal | 275 | 111 | 41 | 0 | 75 | 123 | 32 | 17 | 106 | 54 |
| Binary | 10111101 | 1001001 | 100001 | 0 | 111101 | 1010011 | 11010 | 1111 | 1000110 | 101100 |
Color Harmonies of #BD4921
Complementary color
Monochromatic Colors of #BD4921
Black with #BD4921
Text Example
Text Example
White with #BD4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4921; }
p { color: rgb(189,73,33); }
H1.HeaderClassName
{
color: #BD4921;
}
.AnyTagClassName
{
color: #BD4921;
}
</style>
background-color css
<style>
a { background-color: #BD4921; }
a { background-color: rgb(189,73,33); }
div.DivClassName
{
background-color: #BD4921;
}
.BgClassName
{
background-color: #BD4921;
}
</style>
border-color css
<style>
span { border-color: #BD4921; }
span { border-color: rgb(189,73,33); }
td.TdClassName
{
border-color: #BD4921;
}
.TagClassName
{
border-color: #BD4921;
}
</style>