Shades of Trinidad #BF482A
Tints of Trinidad #BF482A
RGB
CMYK
RGB Variations
Color information
#BF482A (or 0xBF482A) is known color: Trinidad. HEX triplet: BF, 48 and 2A. RGB value is (191,72,42). Sum of RGB (Red+Green+Blue) = 191+72+42=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF482A is #40B7D5. Grayscale: #686868. Windows color (decimal): -4241366 or 2771135. OLE color: 2771135.
HSL color Cylindrical-coordinate representation of color #BF482A: hue angle of 12.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF482A is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 42 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.25 |
| HSL | 12.08º | 0.64% | 0.46% | - |
| HSV(B) | 12.08º | 0.78% | 0.75% | - |
| XYZ | 24.22 | 15.88 | 3.98 | - |
| YUV | 104.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 42 | 0 | 0.62 | 0.78 | 0.25 | 12.08 | 0.64 | 0.46 |
| Hex | BF | 48 | 2A | 0 | 3E | 4E | 19 | C | 40 | 2E |
| Octal | 277 | 110 | 52 | 0 | 76 | 116 | 31 | 14 | 100 | 56 |
| Binary | 10111111 | 1001000 | 101010 | 0 | 111110 | 1001110 | 11001 | 1100 | 1000000 | 101110 |
Color Harmonies of #BF482A
Complementary color
Monochromatic Colors of #BF482A
Black with #BF482A
Text Example
Text Example
White with #BF482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF482A; }
p { color: rgb(191,72,42); }
H1.HeaderClassName
{
color: #BF482A;
}
.AnyTagClassName
{
color: #BF482A;
}
</style>
background-color css
<style>
a { background-color: #BF482A; }
a { background-color: rgb(191,72,42); }
div.DivClassName
{
background-color: #BF482A;
}
.BgClassName
{
background-color: #BF482A;
}
</style>
border-color css
<style>
span { border-color: #BF482A; }
span { border-color: rgb(191,72,42); }
td.TdClassName
{
border-color: #BF482A;
}
.TagClassName
{
border-color: #BF482A;
}
</style>