Shades of Trinidad #BD4425
Tints of Trinidad #BD4425
RGB
CMYK
RGB Variations
Color information
#BD4425 (or 0xBD4425) is known color: Trinidad. HEX triplet: BD, 44 and 25. RGB value is (189,68,37). Sum of RGB (Red+Green+Blue) = 189+68+37=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4425 is #42BBDA. Grayscale: #646464. Windows color (decimal): -4373467 or 2442429. OLE color: 2442429.
HSL color Cylindrical-coordinate representation of color #BD4425: hue angle of 12.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD4425 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 37 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.26 |
| HSL | 12.24º | 0.67% | 0.44% | - |
| HSV(B) | 12.24º | 0.8% | 0.74% | - |
| XYZ | 23.39 | 15.09 | 3.43 | - |
| YUV | 100.65 | 92.09 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 37 | 0 | 0.64 | 0.80 | 0.26 | 12.24 | 0.67 | 0.44 |
| Hex | BD | 44 | 25 | 0 | 40 | 50 | 1A | C | 43 | 2C |
| Octal | 275 | 104 | 45 | 0 | 100 | 120 | 32 | 14 | 103 | 54 |
| Binary | 10111101 | 1000100 | 100101 | 0 | 1000000 | 1010000 | 11010 | 1100 | 1000011 | 101100 |
Color Harmonies of #BD4425
Complementary color
Monochromatic Colors of #BD4425
Black with #BD4425
Text Example
Text Example
White with #BD4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4425; }
p { color: rgb(189,68,37); }
H1.HeaderClassName
{
color: #BD4425;
}
.AnyTagClassName
{
color: #BD4425;
}
</style>
background-color css
<style>
a { background-color: #BD4425; }
a { background-color: rgb(189,68,37); }
div.DivClassName
{
background-color: #BD4425;
}
.BgClassName
{
background-color: #BD4425;
}
</style>
border-color css
<style>
span { border-color: #BD4425; }
span { border-color: rgb(189,68,37); }
td.TdClassName
{
border-color: #BD4425;
}
.TagClassName
{
border-color: #BD4425;
}
</style>