Shades of Trinidad #BD4324
Tints of Trinidad #BD4324
RGB
CMYK
RGB Variations
Color information
#BD4324 (or 0xBD4324) is known color: Trinidad. HEX triplet: BD, 43 and 24. RGB value is (189,67,36). Sum of RGB (Red+Green+Blue) = 189+67+36=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4324 is #42BCDB. Grayscale: #646464. Windows color (decimal): -4373724 or 2376637. OLE color: 2376637.
HSL color Cylindrical-coordinate representation of color #BD4324: hue angle of 12.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD4324 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 36 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.26 |
| HSL | 12.16º | 0.68% | 0.44% | - |
| HSV(B) | 12.16º | 0.81% | 0.74% | - |
| XYZ | 23.31 | 14.96 | 3.33 | - |
| YUV | 99.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 36 | 0 | 0.65 | 0.81 | 0.26 | 12.16 | 0.68 | 0.44 |
| Hex | BD | 43 | 24 | 0 | 41 | 51 | 1A | C | 44 | 2C |
| Octal | 275 | 103 | 44 | 0 | 101 | 121 | 32 | 14 | 104 | 54 |
| Binary | 10111101 | 1000011 | 100100 | 0 | 1000001 | 1010001 | 11010 | 1100 | 1000100 | 101100 |
Color Harmonies of #BD4324
Complementary color
Monochromatic Colors of #BD4324
Black with #BD4324
Text Example
Text Example
White with #BD4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4324; }
p { color: rgb(189,67,36); }
H1.HeaderClassName
{
color: #BD4324;
}
.AnyTagClassName
{
color: #BD4324;
}
</style>
background-color css
<style>
a { background-color: #BD4324; }
a { background-color: rgb(189,67,36); }
div.DivClassName
{
background-color: #BD4324;
}
.BgClassName
{
background-color: #BD4324;
}
</style>
border-color css
<style>
span { border-color: #BD4324; }
span { border-color: rgb(189,67,36); }
td.TdClassName
{
border-color: #BD4324;
}
.TagClassName
{
border-color: #BD4324;
}
</style>