Shades of Trinidad #CA462C
Tints of Trinidad #CA462C
RGB
CMYK
RGB Variations
Color information
#CA462C (or 0xCA462C) is known color: Trinidad. HEX triplet: CA, 46 and 2C. RGB value is (202,70,44). Sum of RGB (Red+Green+Blue) = 202+70+44=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA462C is #35B9D3. Grayscale: #6A6A6A. Windows color (decimal): -3520980 or 2901706. OLE color: 2901706.
HSL color Cylindrical-coordinate representation of color #CA462C: hue angle of 9.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA462C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 44 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.21 |
| HSL | 9.87º | 0.64% | 0.48% | - |
| HSV(B) | 9.87º | 0.78% | 0.79% | - |
| XYZ | 27 | 17.12 | 4.26 | - |
| YUV | 106.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 44 | 0 | 0.65 | 0.78 | 0.21 | 9.87 | 0.64 | 0.48 |
| Hex | CA | 46 | 2C | 0 | 41 | 4E | 15 | A | 40 | 30 |
| Octal | 312 | 106 | 54 | 0 | 101 | 116 | 25 | 12 | 100 | 60 |
| Binary | 11001010 | 1000110 | 101100 | 0 | 1000001 | 1001110 | 10101 | 1010 | 1000000 | 110000 |
Color Harmonies of #CA462C
Complementary color
Monochromatic Colors of #CA462C
Black with #CA462C
Text Example
Text Example
White with #CA462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA462C; }
p { color: rgb(202,70,44); }
H1.HeaderClassName
{
color: #CA462C;
}
.AnyTagClassName
{
color: #CA462C;
}
</style>
background-color css
<style>
a { background-color: #CA462C; }
a { background-color: rgb(202,70,44); }
div.DivClassName
{
background-color: #CA462C;
}
.BgClassName
{
background-color: #CA462C;
}
</style>
border-color css
<style>
span { border-color: #CA462C; }
span { border-color: rgb(202,70,44); }
td.TdClassName
{
border-color: #CA462C;
}
.TagClassName
{
border-color: #CA462C;
}
</style>