Shades of Trinidad #CA462B
Tints of Trinidad #CA462B
RGB
CMYK
RGB Variations
Color information
#CA462B (or 0xCA462B) is known color: Trinidad. HEX triplet: CA, 46 and 2B. RGB value is (202,70,43). Sum of RGB (Red+Green+Blue) = 202+70+43=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA462B is #35B9D4. Grayscale: #6A6A6A. Windows color (decimal): -3520981 or 2836170. OLE color: 2836170.
HSL color Cylindrical-coordinate representation of color #CA462B: hue angle of 10.19º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA462B is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 43 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.21 |
| HSL | 10.19º | 0.65% | 0.48% | - |
| HSV(B) | 10.19º | 0.79% | 0.79% | - |
| XYZ | 26.98 | 17.11 | 4.17 | - |
| YUV | 106.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 43 | 0 | 0.65 | 0.79 | 0.21 | 10.19 | 0.65 | 0.48 |
| Hex | CA | 46 | 2B | 0 | 41 | 4F | 15 | A | 41 | 30 |
| Octal | 312 | 106 | 53 | 0 | 101 | 117 | 25 | 12 | 101 | 60 |
| Binary | 11001010 | 1000110 | 101011 | 0 | 1000001 | 1001111 | 10101 | 1010 | 1000001 | 110000 |
Color Harmonies of #CA462B
Complementary color
Monochromatic Colors of #CA462B
Black with #CA462B
Text Example
Text Example
White with #CA462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA462B; }
p { color: rgb(202,70,43); }
H1.HeaderClassName
{
color: #CA462B;
}
.AnyTagClassName
{
color: #CA462B;
}
</style>
background-color css
<style>
a { background-color: #CA462B; }
a { background-color: rgb(202,70,43); }
div.DivClassName
{
background-color: #CA462B;
}
.BgClassName
{
background-color: #CA462B;
}
</style>
border-color css
<style>
span { border-color: #CA462B; }
span { border-color: rgb(202,70,43); }
td.TdClassName
{
border-color: #CA462B;
}
.TagClassName
{
border-color: #CA462B;
}
</style>