Shades of Trinidad #BC4823
Tints of Trinidad #BC4823
RGB
CMYK
RGB Variations
Color information
#BC4823 (or 0xBC4823) is known color: Trinidad. HEX triplet: BC, 48 and 23. RGB value is (188,72,35). Sum of RGB (Red+Green+Blue) = 188+72+35=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4823 is #43B7DC. Grayscale: #666666. Windows color (decimal): -4437981 or 2312380. OLE color: 2312380.
HSL color Cylindrical-coordinate representation of color #BC4823: hue angle of 14.51º 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 #BC4823 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 35 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.26 |
| HSL | 14.51º | 0.69% | 0.44% | - |
| HSV(B) | 14.51º | 0.81% | 0.74% | - |
| XYZ | 23.36 | 15.45 | 3.34 | - |
| YUV | 102.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 35 | 0 | 0.62 | 0.81 | 0.26 | 14.51 | 0.69 | 0.44 |
| Hex | BC | 48 | 23 | 0 | 3E | 51 | 1A | F | 45 | 2C |
| Octal | 274 | 110 | 43 | 0 | 76 | 121 | 32 | 17 | 105 | 54 |
| Binary | 10111100 | 1001000 | 100011 | 0 | 111110 | 1010001 | 11010 | 1111 | 1000101 | 101100 |
Color Harmonies of #BC4823
Complementary color
Monochromatic Colors of #BC4823
Black with #BC4823
Text Example
Text Example
White with #BC4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4823; }
p { color: rgb(188,72,35); }
H1.HeaderClassName
{
color: #BC4823;
}
.AnyTagClassName
{
color: #BC4823;
}
</style>
background-color css
<style>
a { background-color: #BC4823; }
a { background-color: rgb(188,72,35); }
div.DivClassName
{
background-color: #BC4823;
}
.BgClassName
{
background-color: #BC4823;
}
</style>
border-color css
<style>
span { border-color: #BC4823; }
span { border-color: rgb(188,72,35); }
td.TdClassName
{
border-color: #BC4823;
}
.TagClassName
{
border-color: #BC4823;
}
</style>