Shades of Trinidad #BD4223
Tints of Trinidad #BD4223
RGB
CMYK
RGB Variations
Color information
#BD4223 (or 0xBD4223) is known color: Trinidad. HEX triplet: BD, 42 and 23. RGB value is (189,66,35). Sum of RGB (Red+Green+Blue) = 189+66+35=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4223 is #42BDDC. Grayscale: #636363. Windows color (decimal): -4373981 or 2310845. OLE color: 2310845.
HSL color Cylindrical-coordinate representation of color #BD4223: hue angle of 12.08º degrees, saturation: 0.69, 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 #BD4223 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 35 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.26 |
| HSL | 12.08º | 0.69% | 0.44% | - |
| HSV(B) | 12.08º | 0.81% | 0.74% | - |
| XYZ | 23.24 | 14.84 | 3.23 | - |
| YUV | 99.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 35 | 0 | 0.65 | 0.81 | 0.26 | 12.08 | 0.69 | 0.44 |
| Hex | BD | 42 | 23 | 0 | 41 | 51 | 1A | C | 45 | 2C |
| Octal | 275 | 102 | 43 | 0 | 101 | 121 | 32 | 14 | 105 | 54 |
| Binary | 10111101 | 1000010 | 100011 | 0 | 1000001 | 1010001 | 11010 | 1100 | 1000101 | 101100 |
Color Harmonies of #BD4223
Complementary color
Monochromatic Colors of #BD4223
Black with #BD4223
Text Example
Text Example
White with #BD4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4223; }
p { color: rgb(189,66,35); }
H1.HeaderClassName
{
color: #BD4223;
}
.AnyTagClassName
{
color: #BD4223;
}
</style>
background-color css
<style>
a { background-color: #BD4223; }
a { background-color: rgb(189,66,35); }
div.DivClassName
{
background-color: #BD4223;
}
.BgClassName
{
background-color: #BD4223;
}
</style>
border-color css
<style>
span { border-color: #BD4223; }
span { border-color: rgb(189,66,35); }
td.TdClassName
{
border-color: #BD4223;
}
.TagClassName
{
border-color: #BD4223;
}
</style>