Shades of Trinidad #BD4821
Tints of Trinidad #BD4821
RGB
CMYK
RGB Variations
Color information
#BD4821 (or 0xBD4821) is known color: Trinidad. HEX triplet: BD, 48 and 21. RGB value is (189,72,33). Sum of RGB (Red+Green+Blue) = 189+72+33=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4821 is #42B7DE. Grayscale: #666666. Windows color (decimal): -4372447 or 2181309. OLE color: 2181309.
HSL color Cylindrical-coordinate representation of color #BD4821: hue angle of 15º 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 #BD4821 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 33 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.26 |
| HSL | 15º | 0.7% | 0.44% | - |
| HSV(B) | 15º | 0.83% | 0.74% | - |
| XYZ | 23.58 | 15.56 | 3.2 | - |
| YUV | 102.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 33 | 0 | 0.62 | 0.83 | 0.26 | 15 | 0.7 | 0.44 |
| Hex | BD | 48 | 21 | 0 | 3E | 53 | 1A | F | 46 | 2C |
| Octal | 275 | 110 | 41 | 0 | 76 | 123 | 32 | 17 | 106 | 54 |
| Binary | 10111101 | 1001000 | 100001 | 0 | 111110 | 1010011 | 11010 | 1111 | 1000110 | 101100 |
Color Harmonies of #BD4821
Complementary color
Monochromatic Colors of #BD4821
Black with #BD4821
Text Example
Text Example
White with #BD4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4821; }
p { color: rgb(189,72,33); }
H1.HeaderClassName
{
color: #BD4821;
}
.AnyTagClassName
{
color: #BD4821;
}
</style>
background-color css
<style>
a { background-color: #BD4821; }
a { background-color: rgb(189,72,33); }
div.DivClassName
{
background-color: #BD4821;
}
.BgClassName
{
background-color: #BD4821;
}
</style>
border-color css
<style>
span { border-color: #BD4821; }
span { border-color: rgb(189,72,33); }
td.TdClassName
{
border-color: #BD4821;
}
.TagClassName
{
border-color: #BD4821;
}
</style>