Shades of Trinidad #BD502C
Tints of Trinidad #BD502C
RGB
CMYK
RGB Variations
Color information
#BD502C (or 0xBD502C) is known color: Trinidad. HEX triplet: BD, 50 and 2C. RGB value is (189,80,44). Sum of RGB (Red+Green+Blue) = 189+80+44=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD502C is #42AFD3. Grayscale: #6C6C6C. Windows color (decimal): -4370388 or 2904253. OLE color: 2904253.
HSL color Cylindrical-coordinate representation of color #BD502C: hue angle of 14.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD502C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 44 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.26 |
| HSL | 14.9º | 0.62% | 0.46% | - |
| HSV(B) | 14.9º | 0.77% | 0.74% | - |
| XYZ | 24.31 | 16.74 | 4.33 | - |
| YUV | 108.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 44 | 0 | 0.58 | 0.77 | 0.26 | 14.9 | 0.62 | 0.46 |
| Hex | BD | 50 | 2C | 0 | 3A | 4D | 1A | F | 3E | 2E |
| Octal | 275 | 120 | 54 | 0 | 72 | 115 | 32 | 17 | 76 | 56 |
| Binary | 10111101 | 1010000 | 101100 | 0 | 111010 | 1001101 | 11010 | 1111 | 111110 | 101110 |
Color Harmonies of #BD502C
Complementary color
Monochromatic Colors of #BD502C
Black with #BD502C
Text Example
Text Example
White with #BD502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD502C; }
p { color: rgb(189,80,44); }
H1.HeaderClassName
{
color: #BD502C;
}
.AnyTagClassName
{
color: #BD502C;
}
</style>
background-color css
<style>
a { background-color: #BD502C; }
a { background-color: rgb(189,80,44); }
div.DivClassName
{
background-color: #BD502C;
}
.BgClassName
{
background-color: #BD502C;
}
</style>
border-color css
<style>
span { border-color: #BD502C; }
span { border-color: rgb(189,80,44); }
td.TdClassName
{
border-color: #BD502C;
}
.TagClassName
{
border-color: #BD502C;
}
</style>